/*gallery*/
#slideshow {
	width:485px;
	height:263px;
	display:block;
	position:relative;
}
.gallery{
	width:100%;
	background:#e2eef6;
	border-bottom:1px solid #9dc4e4;
	overflow:hidden;
	margin:0 0 20px;
	position:absolute;
	left:0px;
	top:0px;
}
.gallery_thumb{
	width:100%;
	overflow:hidden;
}
.gallery_thumb img{
	float:left;
	border:1px solid #696969;
}
#gallery_nav img
{
    border:0px none;
}
#gallery_descr{
	float:right;
	text-align:right;
	padding:0 10px 0 0;
}
#gallery_nav{
	float:left;
	padding:7px 0 5px 12px;
}
#gallery_nav li{
	float:left;
	padding:0 7px 0 0;
}
.#gallery ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
	margin:0px;
}
#gallery_count{
	width:53px;
	height:18px;
	display:block;
	text-align:center;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/bgr_gallery_count.gif) no-repeat left 1px;
	padding:4px 0 0;
}
#gallery_count span{
	color:#3c87b7;
}
#gallery_descr p{
	color:#00609d;
	font-size:10px;
	padding:8px 0 3px;
	margin-bottom:0px;
}
#gallery_descr small{
	display:block;
	font-size:9px;
	padding-bottom:7px;
}
