.photogallery_main_imagescases:hover {
    background: none repeat scroll 0 0 #64C4BC;
    border-radius: 5px 5px 5px 5px;
}

.photogallery_flo_left ul li h2 {
	color:#fff !important;
	background:#849755;
	font-size:21px;
	font-weight: bold;
	padding:10px !important;
	margin-top:0px;
	height:53px;  
}

.photogallery_flo_left ul {
	border:1px solid #64C4BC;
    display: block;
    list-style: none outside none;
    margin: 0 0 15px 7px;
    padding: 0 0 15px !important;
    width: 175px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.photogallery_flo_left ul li a:hover {
	color:#64C4BC !important;
	text-decoration: underline !important;
}

