/*	-------------------------------------------------------------
	CSS - PHOTOS : 	THE BAND PERRY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		photos.css
	Date:			November 11, 2009
	Author:			UMRG New Media
	-------------------------------------------------------------	*/
	
	/*	-----------------------------------------------------------
		NAV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li#photos a {
		background-position:-313px -29px;
	}
	
	/*	-----------------------------------------------------------
		LEFT COL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	/*HEADER*/
	
	#leftCol .header h2 {
		background:url(../../images/h2_Photos.jpg) no-repeat top center;
	}
	
	/*	-----------------------------------------------------------
		RIGHTCOL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#rightCol {
		width:575px; height:1000px;
		padding:25px 0 0 25px;
	}
		#rightCol ul {
			width:530px;
			padding:0 0 0 20px;
		}
			#rightCol li {
				width:100px; height:100px;
				margin:25px 10px;
				display:inline;
				text-align:center;
				float:left;
			}
				#rightCol li img {
					margin:0 auto;
					display:block;
				}
				
		#rightCol #dropdown
		{
		    margin:0 0 0 30px;
		}