@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - POP EVIL PHOTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		pe_photos.css
	Date:			May 7, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav a.photos {
		background-position:-239px -109px;
	}		

/*	--------------------------------------------------------------------------------------------------------------------------
	h1 Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol h1 {
		top:580px; left:28px;
		width:238px; height:70px;
		background:url(../../images/h1_photos.png) no-repeat;
		position:absolute;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainColTop {
		padding:37px 0 0 0px;
	}
		#mainCol #photos {
			margin:0 0 0 18px; padding:47px 0 60px 0;
			width:574px;
			background:url(../../images/bg_photos.png) 0 0 no-repeat;
		}
			#mainCol #photos a.prev {
				margin:112px 0 0 0;
				width:81px; height:38px;
				background:url(../../images/photos_pager.png) 0 0 no-repeat;
				display:block;
				float:left;
			}
				#mainCol #photos a.prev:hover {
					background:url(../../images/photos_pager.png) 0 -48px no-repeat;
				}
			#mainCol #photos a.next {
				margin:112px 0 0 0;
				width:86px; height:37px;
				background:url(../../images/photos_pager.png) -115px 0 no-repeat;
				display:block;
				float:left;
			}
				#mainCol #photos a.next:hover {
					background:url(../../images/photos_pager.png) -115px -48px no-repeat;
				}
			#mainCol #photos .photoHolder {
				width:402px;
				float:left;
			}
				#mainCol #photos .photoHolder img {
					margin:0 auto; padding:0 0 0 4px;
					display:block;
				}
			#mainCol #photos ul {
				margin:11px 0 0 120px;
				width:350px;
				list-style:none;
			}
				#mainCol #photos ul li {
					width:87px; height:87px;
					float:left;
				}
					#mainCol #photos ul li a img {
						display:block;
						border:solid 1px #926856;
					}
						#mainCol #photos ul li a:hover img {
							border:solid 1px #640604;
						}