/**** Only For Gallery ****/
.middleBox-large-rep {
    -webkit-box-shadow: 0px -3px 16px 0px rgba(219,219,219,1);
	-moz-box-shadow: 0px -3px 16px 0px rgba(219,219,219,1);
	box-shadow: 0px -3px 16px 0px rgba(219,219,219,1);	
	width:98%;	
	margin:auto;
}
.gallery_images{
	float:left;	
	margin:0 10px 10px 0;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;     
    padding: 2px;	
	border-bottom:2px solid #CCCCCC;	
}
.gallery_images:hover{
	opacity :0.7;	
}
.gallery_images_captions{
	background:#d6e5e5;
	text-align:center;	
	padding:3px;
	border-top:1px solid #a5c2c0;
	margin-top:1px;
}
.gallery_images_captions a{
	color: #85A3A3;
}
.cat-select{
	text-align:center;
	width:90%;
	margin-right:50px;	
	border-radius:10px;
	background:#F2F2F2;
	padding:20px;
	border-top:1px solid #E8E8E8;	
}
.cat-select .gallery-head{
	font-size:16px;	
	font-weight:bold;
}
.mylistinput{   
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;   
   border-radius: 0;
   height: 34px;
   
}
.gallery-img-wrapper{
	margin-bottom:15px;	
}
.left-gallery-img-wrapper{
	margin-bottom:10px
}
.right-gallery-img-wrapper{
	margin-bottom:30px	
}
.gallery-img-wrapper img{
	width:98%;
}	
.gallery-img-wrapper img.border {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 2px;
}
.gallery-img-wrapper .gallery_images_captions{
	background:#d6e5e5;
	text-align:center;	
	padding:3px;
	border:1px solid #a5c2c0;
	margin-top:1px;	
}
.disclaimer {
	color: #999999;
	font-size: 11px;
	margin-bottom: 5px;
	text-align:center;
}
.clearfloat{
	clear:both;
}
