



	/*   D A L L A S  P H O T O S
	* * * * * * * * * * * * * * * * * * * * * * * * * */	
	.Dallas {
		width: 603px;
		display: block; 
		margin: 0;
		padding: 0;
		background-position: top;
		background-repeat: no-repeat;	}

	.pics { 
		width:603px; 
		height: auto;
		padding-top: 612px;  }					
				  
	.pics a img { 	
		width: 100px;
		display: inline;
		float: left; 
		border: solid 1px #a665d2;
		margin: 15px;
		padding: 4px;
		height: 66px;
		}
							
	.pics a:hover img {
		width: 100px;
		display: inline;
		float: left; 
		border: solid 1px #FF0000;
		margin: 15px;
		padding: 4px;
		height: 66px;}
	
	.pics ul { 
		width: 603px; 
		clear: both;
		padding: 30px 0;}
		
	.pics ul li {
		 display: inline; 
		 font-familY: Arial, Helvetica, sans-serif;
		 font-size: 14px; 
		 color: #5B00B7;
		 font-weight: bold;
		 letter-spacing: 2px;
		 padding: 4px;
		 text-decoration: none;
		 margin: 5px;}
		 
	.pics ul li a, .pics ul li a:active, .pics ul li a:visited {
		 font-familY: Arial, Helvetica, sans-serif;
		 font-size: 14px; 
		 color: #5B00B7;
		 font-weight: bold;
		 letter-spacing: 2px;
		 padding: 7px;
		 border: solid 1px #5B00B7;	
		 text-decoration: none;
		 text-transform: uppercase;	}
		 
	.pics ul li a:hover {
		border: solid 1px #FF0000;
		color: #9966CC;
		}












