/* Darstellungsfeld großes Bild */

.slider_container{
	
 margin:0 auto;
	
 background-color:#B6B6B6;
	
 overflow:hidden;

 width:610px;

 height: 250px;
}


    /* Bildleiste rechts - Position */

.main_image_container{
	
 float:left;
 overflow:hidden;
	
 position:relative;

}



   /* Bildleiste rechts - Position des einzelnen großen Bildes*/

.main_image_scroller{
	
 float:left;
	
 position:relative;
	
 width:210px;
	
 height:185px;

}


.thumbs_list_container{
	
 float:right;
	
 height:250px;
	
 overflow-y:scroll;
	
 margin-left:5px;
	
 background-color:#E3E3E3;
	
 overflow-x:hidden;
	
 width:130px;

}



/* Größe der kleinen Bilder */

.thumb{
	
 padding:4px;
	
 background:#E3E3E3;
	
 margin:3px;
	
 filter:alpha(opacity=50);
	
 opacity: 0.50;
	
 -moz-opacity:0.50;
	
 width:90px;
	
 overflow-x:hidden;
	
 height:62px;
	
 background:#E3E3E3;
	
 cursor:pointer;

}



.thumb:hover, 

.thumb_selected{
	
 filter:alpha(opacity=100);
	
 opacity: 1;
	
 -moz-opacity:1;

}



.thumb_selected{
	
 background:url('selected.gif') no-repeat;

}



/* Position großes Bildfloat:left; */

.main_image{
	

 float:right;	
 clear:right;
	
 width:100%;
	
 height:100%;
   	
 text-align:center;

}


.main_image img{
	
 vertical-align: middle;

}


.description_container{
	
 position:absolute;
	
 color:#E3E3E3;
	
 width:100%;
	
 background-color:#E3E3E3;
	
 bottom:0;
	
 filter:alpha(opacity=80);
	
 opacity: 0.80;
	
 -moz-opacity:0.80;
	
 font-weight:bold;
	
 padding:5px;

}
