/* slideshow gallery */
/*.visual-holder{
	width: 280px;
	overflow: hidden;
	height:208px;
	padding: 0;
	position: relative;
}
.visual-holder img{display: block;}
.visual-navigation{
	overflow: hidden;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 280px;
	height: 36px;
	background: url(../../img/layout/bg-controls.png);
}
.visual-navigation ul{
	margin: 5px 0 0 169px;
	padding: 0;
	list-style: none;
}
.visual-navigation li{
	float: left;
	overflow: hidden;
	margin: 0 3px 0 0;
}
.visual-navigation a{
	float: left;
	text-indent: -9999px; 
	overflow: hidden;
	width:25px;
	height: 25px;
}

.visual-navigation li.btn-back a{background: url(../../img/layout/btn-back.png) no-repeat;}
.visual-navigation li.btn-play a{background: url(../../img/layout/btn-play.png) no-repeat;}
.visual-navigation li.btn-pause a{background: url(../../img/layout/btn-pause.png) no-repeat;}
.visual-navigation li.btn-next a{background: url(../../img/layout/btn-next.png) no-repeat;}
*/
.gallery { background:#fff; border:1px solid #6b6b6b; text-align:center; width:280px; float: left; margin: 15px 15px 0 0; }
.gallery img { margin:16px; }
.gallery .gallery_head { 
	background:url(../img/layout/galery-header-bg.jpg) top left repeat-x;
	font-size:13px;
	font-weight:bold;
	position:relative;
	padding:4px 55px 7px 10px;
	text-align:left;
	height:17px;
}
.gallery .gallery_head a {
	clear: none;
	text-decoration: none;
	color:#F1F1F1;
} 
.gallery .gallery_head div { 
	position:absolute; 
	right:10px; 
	top:5px; 
	font-size:12px; 
	color:#fff;
	font-weight:normal;
}
.gallery .gallery_head div img {
	position:relative;
	top:2px;
	margin:0px;
	margin-right:2px;
}
.gallery .galleryThumb { 
	overflow: hidden;
	height: 180px;
	padding: 0;
	margin-bottom: 16px;
}
.gallery .galleryThumb a img { 
	width: 248px;
	padding: 0px;
}
.gallery_preview {clear: both;float: left; margin: 10px 0;}
.gallery_preview a{display: block;width: auto;float: left; height: auto; border: #000 1px solid;margin: 0 8px 10px 0;}
.gallery_preview a img{ float: left; height: 65px; width: auto;border: #00AEEF solid 2px;display: block; padding: 0;}


/*
.gallery-item {
	background: #e7eee7;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 280px;
	height: 208px;
	position: relative;
	overflow: hidden;
}
.gallery-item li {
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-title { visibility: visible;position: absolute; padding:12px; font-size:11px; color:#efefef; width:427px; margin:0 0px 0; z-index:100; background:url(../../img/layout/bg-controls.png); }
*/
