/* @override http://192.168.15.101:50014/css/gallery.css */

/* @override http://192.168.15.101:50014/css/gallery.css */

/* @group main gallery */

.product_block{
float: left;	
}
#gallery_container{
width: auto;
margin-top: 20px;
margin-left: -3px;
}

ul.main_gallery {
	width: auto;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
	list-style-type: none;
	padding: 5px;
}

ul.main_gallery li{
	width: auto;
	height: auto;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	-webkit-box-shadow: 0 0 5px#cccccc;
	box-shadow: 0 0 5px #cccccc;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
	list-style-type: none;
	padding: 5px;
}

.main_gallery{
	width: auto;
	padding: 0px;
	margin: 0px;
}
ul.main_gallery img{

	width:auto;
	height:auto;
	border: none;

}

span.title{
	display:none;
}

span#fancybox-title-over{
	text-align:center;
	padding:20px;
	font:25px italic Georgia, "Times New Roman", Times, serif;
	display:block;
	position:absolute;
	left:10px;
	top:-80px;
	width:360px;
	height:30px;
}

/* @end */

/* @group lhs gallery */

.product_block{
float: left;	
}
#gallery_container{
width: auto;
margin-top: 20px;
margin-left: -3px;
}

ul.gallery li{
	width: auto;
	height: auto;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	-webkit-box-shadow: 0 0 5px#cccccc;
	box-shadow: 0 0 5px #cccccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	float:left;
	list-style-type: none;
	padding: 5px;
	float:left;
	list-style-type: none;
	}
	
.clear{
	clear: both;
}

.gallery{
	width: auto;
	padding: 0px;
	margin: 0px;
}
ul.gallery img{
	padding:;
	width:auto;
	height:auto;
	border: none;


}

span.title{
	display:none;
}

span#fancybox-title-over{
	text-align:center;
	padding:20px;
	font:25px italic Georgia, "Times New Roman", Times, serif;
	display:block;
	position:absolute;
	left:10px;
	top:-80px;
	width:360px;
	height:30px;
}



/* @end */