/*
	css-plus by Jamy Golden
*/
div#galleryf{
	width:988px; height:135px; float:left
	
}
div#galleryf #gallery-wrap{margin: 0 auto; overflow: hidden; width: 910px; height:135px; position: relative;  }
div#galleryf #gallery{position: relative; left: 0; top: 0;}
div#galleryf #gallery li{float: left; margin: 0 20px 15px 0;}
div#galleryf #gallery li a img{border: 1px solid #40331b; height: 124px; width: 136px;  border:2px dotted #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
	font-weight:normal;}

div#galleryf #gallery-controls{margin: 0 auto; width: 910px;}
div#galleryf #gallery-prev{float: left;text-decoration: none;}
div#galleryf #gallery-next{float: right; text-decoration: none;}
div#galleryf #gallery-prev img{ border:none;}
div#galleryf #gallery-next img{border:none;}