/* Structure 
———————————————————————————————————*/
#gallery {
	width:60px;
	float:left;
	height:250px;
	margin-bottom:18px;
}
.galleria_wrapper,
.galleria_container  {
	height:248px;
	width:448px;
	position:absolute;
	overflow:hidden;
}
.galleria_container {
	border-top:1px solid #CECECE;
	margin-left:310px;
}
#thumb_container {
	width:225px;
	float:left;
}
#thumb_container ul {
	margin-top:-9px;
}
#thumb_container h4 {
	float:left;
	width:100%;
	margin-bottom:5px;
}
.thumb.active {
	border:1px solid #999;
}
li.thumb {
	float:left;
	width:68px;
	height:70px;
	overflow:hidden;
	margin-right:7px;
	margin-bottom:9px;
	border:1px solid #CECECE;
	cursor:pointer;
}
li.thumb img {
	height:70px;
} 
li.thumb.end {
	margin-right:0;
}
.caption {
	height:24px;
	padding-top:3px;
	background:#222;
	color:red;
	position:absolute;
	margin-top:224px;
	padding-left:15px;
	width:435px;
	/*display:none;    */
}
/* Controls 
———————————————————————————————————*/
.gallery-nav {
	z-index:150;
	width:72px;
	position:absolute;
	margin-left:688px;
	margin-top:1px;
}
.gallery-nav a {
	display:block;
	float:left;
	text-indent:-9999px;
	height:35px;
	width:35px;
	margin-right:1px;
}
.prev_thumb {
	background:url(img/gallery_nav_bg.png) no-repeat 0 0;	
}
.prev_thumb:active {
	background:url(img/gallery_nav_bg.png) no-repeat -35px 0;	
}
.next_thumb {
	background:url(img/gallery_nav_bg.png) no-repeat 0 -35px;	
}
.next_thumb:active {
	background:url(img/gallery_nav_bg.png) no-repeat -35px -35px;	
}


 
