/* GALLERY */
.gallery-scrollable {
	position:relative;
	overflow:hidden;
	width: 515px;
	height: 175px;
	background: none;
	border: 0;
	float: left;
}
.gallery-items {
	width: 20000em;
	position: absolute;
	left: 0;
	clear: both;
}
.gallery-items .single-item {
	display: inline;
	float:left;
	margin: 0 26px 0 0;
	width: 154px;
}
.gallery-items .single-item img {
	display: block;
	width: 154px;
	height: 123px;
}
.gallery-btn {
	display: block;
	width: 17px;
	height: 17px;
	float: left;
	cursor: pointer;
}
.gallery-btn-sx {
	background: url(../images/gallery-nav.gif) 0 -18px no-repeat;
	margin: 50px 7px auto 5px;
	display:inline;
}
.gallery-btn-dx {
	background: url(../images/gallery-nav.gif) 0 0 no-repeat;
	margin: 50px 0 auto 7px;
	display:inline;
}
.gallery-disabled { visibility: hidden !important; }
.galnojavascript{
	width: 130px;
	float: left;
}
.datagalelry{
	display:block;
	font-size:100%;
	font-weight:bold;
	padding: 7px 0px 5px 0px;
	color:#666666;
}
.infogalelry{
	display:block;
	color:#a32921;
	font-size:100%;
	font-weight:bold;
	padding: 0;
	padding-left: 2px;
	padding-top: 5px;
	
}