@charset "utf-8";
/* CSS Document */


.thumbs { float:left;
}


.gallery { background-color:#FFF;
		padding: 10px;
		width:550px;
		float:left;
				
		}
#gallery-copy {
	font-family: Arial;
	font-size: 14px;
	margin-left: 30px;
}

.gallery ul li {
	float:left;
	margin-left:5px;
	list-style:none;
}

.gallery img { width:280px;
		height:280px;}
		
div.gallery div { list-style: none; 
	  display: inline;}
div.gallery img {
		border: 5px solid #3EABCC;
		border-width: 5px 5px 20px;
}



.div a:hover img { 
		border: 5px solid #9F3;
		border-width: 5px 5px 20px;
		color: #fff;
}
div a:hover { color: #fff;
		}






#slider-code { height: 125px; overflow:hidden; }
#slider-code .viewport { float: left; width: 240px; height: 125px; overflow: hidden; position: relative; }
#slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#slider-code .next { margin: 30px 0 0 10px;  }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; border: 1px solid #dcdcdc; width: 236px;}























/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
