.gallery {
		margin-bottom: 15px;
}

.gallery img {
	margin-right: 15px;
	margin-bottom: 5px;
	border: 3px solid #EBEBEB;
}

.gallery  p {
	margin-bottom: 17px;
}

.gallery .ui-tabs {
	margin-bottom: 10px;
}

.gallery .box {
	width: 100%;
	float: left;
	background-color: #efefef;
	border: 1px solid #E8E8E8;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
}


.gallery .photogrid {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.gallery .box .content {
	padding: 2px;
	text-align: left;
	font-size: 13px;
	background-image: url(/images/stin.png);
	background-repeat: repeat-x;
	overflow: hidden;
}


.gallery .box .heading {
	background-color: #D60A16;
	background-image: url(/images/bar_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	color: white;
	text-align: center;
	line-height: 30px;	
}

.gallery .box .heading h2 {
	color: white;
	font-size: 20px;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	line-height: 30px;
}

.gallery .box .photo a img, .gallery .ui-tabs-panel .photo a img, .gallery .photogrid .photo a img
{
	border: none;
	margin: 0;
	width: 145px;
	width: 100%;
	margin: 0;
}

.gallery .box .photo, .gallery .ui-tabs-panel .photo, .gallery .photogrid .photo {
	margin: 5px;
	width: 145px;
	float: left;	
	border: 2px solid #E8E8E8;
	background-color: #E8E8E8;
}

.gallery .photogrid .photo  {
	width: 190px;
}

.gallery .box .vip, .gallery .ui-tabs-panel .vip,  .gallery .photogrid .vip {
	border: 3px solid #F9FAB8;
	background-color: #F9FAB8;
	color: #C1111E;
}

.gallery .box .photo div, .gallery .ui-tabs-panel .photo div, .gallery .photogrid .photo div {
	text-align: center;
	font-size: 9px;
	padding: 2px;
	line-height: 15px;
}


.gallery .box .heading h2 a, .gallery .box .heading h2 a:visited {
	text-decoration: none;
	color: white;
	line-height: 30px;
}

.gallery .box .heading h2 a:hover {
	text-decoration: underline;
}

 
 .gallery .searchbox input.text {
 	height: 20px;
 	width: 98%;
 	
 	padding: 0;
 	margin: 0;
 	border: 1px solid gray;
 	color: #333;
 	font-size: 17px;
 	padding: 3px;
 }
 
 .gallery .searchbox fieldset {
 	width: 650px;
 }
 .gallery .searchbox table {
 	width: 100%;
 }
 
 
 
.gallery .bottom {
	background-color: #C1111E;
	color: white;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	
	line-height: 20px;
	
	font-size: 12px;
	padding-left: 8px;
	
	margin-top: 10px;
	clear: both;
}
 
 .gallery .bottom a, .gallery .bottom a:visited {
	color: white;
	text-decoration: underline;
	border: none;
}

