/* 
-------------------------------
	gallery.css 
-------------------------------
*/
.div_gallery  {

}

	.div_gallery a {
		margin-left: 3px;
		font-size: 1.2em;
		color: #999999;
		line-height: 20px;
		text-decoration: underline;
	}

	.div_gallery a:hover {
		color: #f60;
		text-decoration: underline;
	}
	
	.div_gallery_photo {
		width: 470px;
	}
	
	.div_gallery_navigation {
		height: 45px;
	}
	
		.div_gallery_navigation {
			font-size: 1.2em;
			color: #333333;
		}
	
	.div_gallery_thumbs {
		padding
	}
	
		.div_gallery_thumbs ul {
			padding:0;
		}
		
		.div_gallery_thumbs ul li {
			float:left;
			text-align:center;
			list-style-type: none;
			border: 1px solid #CCCCCC;
			margin-right: 4px;
			margin-bottom: 7px;
			padding: 2px;
		}
		
	.div_gallery_selected {
		border: 1px solid #028843 !important;
	}
		
		
