#GalleryContainer{
	background:#090909;
	padding:25px;
	width:749px;
	/*float:right;*/
	float:left;
	margin:180px 10px 0 0;
	/*width:540px;*/

}
#GalleryContainer h1{
	color:#cccccc;
	font-size:20px;
	font-weight:500;
	margin-bottom:30px;
}
#GalleryContainer .Content{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-top:25px;
}

#GalleryContainer ul{
	list-style:none;
	list-style-type:none;
}
	#GalleryContainer ul li{
		display:block;
		width:171px;
		height:197px;
		background:#1e1c1d;
		margin-right:2px;
		padding:7px;
		float:left;
		margin-bottom:2px;
		color:#FFF;
	}
	#GalleryContainer ul li .image{
		display:block;
		overflow:hidden;
		height:144px;
		margin-bottom:14px;
	}
		
		#GalleryContainer ul li h3 a{
			color:#e51937;
			font-size:18px;
			font-weight:500;
			margin-bottom:7px;
			text-decoration:none;
		}
		#GalleryContainer ul li p{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:600;
		}
		#GalleryContainer .Pagination{
			border:none; 
			padding:0;
			margin:13px 0 0 0;
		}
		#ImageViewer{
			float:left;
			width:559px;
			
		}
		#GallerySidebar{
			width:175px;
			float:right;
		}
		#GallerySidebar li{
			width:79px !important;
			height:79px !important;
			margin:0px 8px 8px 0px !important;
			background:none  !important;
			padding:0px  !important;
			opacity:0.7;
			cursor:pointer;
			overflow:hidden;
		}
		#GallerySidebar li:hover, #GallerySidebar li:focus{
			opacity:1;
		}
		#GallerySidebar .image{
		}
		#GallerySidebar .Pagination a{
			float:right; 
			margin-right:9px;  
		}
#BackToGallery{
	margin-top:25px;
	padding-top:25px;
	border-top:1px #231f20 solid;
	clear:both;
	display:block;
}

#BackToGallery a{
	display:block;
	background: url('../../themes/RedListTheme/images/rl.png');
	background-position:0px -468px;
	float:left;
	text-indent:-9000px;
	overflow:hidden;
	width:194px;
	height:30px;
}
#BackToGallery a:hover{
	background-position:-194px -468px;
}