.cb {
	clear:both;
}
#gallery {
	padding:0px;
	width:620px;
}
#gallery h2 {
	margin-top: 0;
}
.imgFrame {
	height:260px;
	width:328px;
	margin:0 25px 15px 0;
	border:3px solid #009ada;
	background:#FFF;
	float:left;
	display:inline;
	position:relative;
	overflow:hidden;
}
.imgFrame img {
	height:260px;
	width:auto;
}
.imgFrame .load {
	height:40px;
	padding:80px;
}
.imgFrame #imgPrev {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	background:#009ada;
	color:#FFF !important;
	padding:3px 8px;
	text-decoration:none;
	font-weight:bold;
}
.imgFrame #imgPrev:hover {
	background:#cf118b;
}

.imgFrame #imgNext {
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	background:#009ada;
	color:#FFF !important;
	padding:3px 8px;
	text-decoration:none;
	font-weight:bold;
}
.imgFrame #imgNext:hover {
	background:#cf118b;
}

#scroller {
	position:absolute;
	top:0;
	left:0;
	height:200px;
}
#scroller span {
	float:left;
	display:inherit;
	width:328px;
	height:260px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}

.thumbs {
	clear:both;
}
.thumbs span {

      float:left;

}
.thumbs a {
	float:left;
	display:inline;
	width:100px;
	text-align:center;
	margin:0 15px;
}
.thumbs a.first {
	clear:both;
	margin:0 15px 0 0;
}
.thumbs a.last {
	margin:0 0 0 15px;
}
.thumbs a img {
	display:block;
	width:100px;
	border:none !important;
}



.galCats {
	clear:both;
	width:620px;
}
.galCats a{
	float:left;
	display:inline;
	width:260px;
	margin:20px;
	text-decoration:none;
	color:#009ada;
}
.galCats a:hover {
	text-decoration:underline;
}

.galCats a h2 {
	color:#009ada;
}

.galCats a p {
	float:left;
	display:inline;
	width:150px;
	margin:0;
	color:#666;
}

.galCats a img {
	float:right;
	display:inline;
	width:90px;
	border:none;
	padding:5px 0;
}
