@CHARSET "UTF-8";

/* -----     Gallery     ----- */

div.gallery {
	margin-top:20px !important; margin-top:12px;
	padding:0 4px 0;
	
}
div.gallery .roundedcornr_box_954030 {
  background:#ccc;
}
div.gallery .roundedcornr_top_954030 div {
   background: url(../images/corners/tlGray2.gif) no-repeat top left;
}
div.gallery .roundedcornr_top_954030 {
   background: transparent url(../images/corners/trGray2.gif) no-repeat top right;
}
div.gallery .roundedcornr_bottom_954030 div {
   background: url(../images/corners/blGray2.gif) no-repeat bottom left;
}
div.gallery .roundedcornr_bottom_954030 {
   background: transparent url(../images/corners/brGray2.gif) no-repeat bottom right;
}

div.gallery .roundedcornr_top_954030 div, .roundedcornr_top_954030,
div.gallery .roundedcornr_bottom_954030 div, .roundedcornr_bottom_954030 {
   width: 100%;
   height: 12px;
   font-size: 1px;
}
div.gallery .roundedcornr_content_954030 { margin: 0 0px;height:94px; }

div.gallery h2 {
	margin:0; line-height:27px;
	font-size:14px; text-align:center;
}
div.gallery div.scrollContainer {
	display:block; overflow:hidden;
	float:right;
	white-space:nowrap;
	height:61px;
	width:611px; background:white;
}
div.gallery ul {
	margin:0; padding:0;
	display:block; list-style-type:none;
}
div.gallery ul li {
	width:51px; height:51px; padding:3px;
	overflow:hidden;
	float:right;
}
div.gallery a.prev span, div.gallery a.next span{
	display:none;
}
div.gallery a.prev, div.gallery a.next {
	display:block; height:61px; width:12px;	
}
div.gallery a.prev {
	float:right; margin-left:2px;
	background:url('../images/gallery/prev.gif') no-repeat top right;
}
div.gallery a.next {
	float:left;
	background:url('../images/gallery/next.gif') no-repeat top left;
}