/* RESET DEFAULTS */
.rotator, .rotator *{
	margin:0;
	padding:0;
}

/* layout */

#img_bg {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/site/bg_photo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:706px;
	height:229px;
	padding:11px;
}
/* lists */
ul li {list-style:none;}

.carousel {
	width:706px;
	position:relative;
	overflow:hidden;
	z-index:100
}

#image_gallery_slider_home {height:229px; position:relative; z-index:2; overflow:hidden}
#image_gallery_slider_home ul {padding:0; height:229px; position:absolute;z-index:1;}
#image_gallery_slider_home li {float:left;  overflow:hidden; width:83px; height: 250px; margin:0 3px 0 0;}
#image_gallery_slider_home li img{cursor:pointer;}
#image_gallery_slider_home li img:hover{}
#image_gallery_slider_home li.carousel_item {width:706px;}
#image_gallery_slider_home ul#carousel_nav{
	height:14px;
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:3
}
#image_gallery_slider_home ul#carousel_nav li{width:10px; height:10px; border:2px solid white; cursor:pointer; margin: 0 4px 0 0;}
#image_gallery_slider_home ul#carousel_nav li.selected{border:2px solid white; background:#31a9df;}
#image_gallery_slider_home ul#carousel_nav li.not_selected{border-color:white; background:#333;}

#gallery_container{overflow:hidden;}

.image_gallery_border{width: 436px; padding:5px; border:1px solid #999; background:#ffffff;}
.image_gallery_container { width: 436px; height: 291px; background:#000; overflow:hidden;}
.image_gallery_container .gallery_image { position: absolute;}

#image_gallery_slider_home li img.thumb_selected {padding:2px; border:1px solid #666666;}
