@import url("subpage.css");


/************************** PHOTO GALLERY for Search, List and Detail page *********************************/	

ul, li{
list-style:none;
margin:0;
padding:0;
}

#GalleryContent{
margin:20px auto;
margin-bottom:20px;
padding:0;
width:100%;
}

#GallerySubNav{
background:#FFF;
clear:both;
padding:0 0 0 125px;
display:table;
width:100%;
}
	#GallerySubNav li{
	float:left;	
	}
			.GallerySubNav_Pre a, .GallerySubNav_Search a, .GallerySubNav_Next a, .GallerySubNav_Thumbs a{
			background:url(../images/GalleryIcons/GalleryIcon_Pre.jpg);		
			display:block;
			margin:10px;
			height:30px;
			width:111px;
			}
			.GallerySubNav_Search a{
			background:url(../images/GalleryIcons/GalleryIcon_Search.jpg);
			}
			.GallerySubNav_Thumbs a{
			background:url(../images/GalleryIcons/GalleryIcon_Thumbs.jpg);			
			}
			.GallerySubNav_Next a{
			background:url(../images/GalleryIcons/GalleryIcon_Next.jpg);
			}
			
#GalleryListMainBox{
margin:0 0 0 135px;
}	
	  	.GalleryListBox li{
			float:left;
			font:12px Arial, Helvetica, sans-serif;
			padding:10px 0 20px 0;		
			position:relative;
			}				
			.GalleryListBox img{
			border:2px solid #3a5165/*Modify the BORDER colcor here**/;
			width:410px;
			}

