/* ///// SliceCat Gallery by roXon ///// */

#slicecat_gallery{
	position:relative;
	margin:15px auto;
	width:930px;
	height:300px;
	padding-bottom:18px;/*for the gallery shadow*/
	background: url(img/gallery_shadow.png) no-repeat center bottom;
}

#slicecat{
	position:relative;
	width:930px;
	height:300px;
	overflow:hidden;
	color:#fff;
	background:#000;
}
#slicecat span{
	display:none;
}
#slicecat img{
	position:absolute;
	display:none;
	width:900px;
}
.slide{
	position:absolute;
	background:#cf5;
	width:310px;
	height:300px;
	float:left;
}
.sline{
	width:0px;
	height:400px;
	position:absolute;
	right:0px;
	opacity:0.4;
	background:#fff;
}
#slicecat_nav{
	top:16px;
	margin:0 auto;
	width:930px;
	height:30px;
	text-align:center;
}
#slicecat_nav_wrapper{
	position:relative;
	display:inline-block;
	z-index:2;
}
.btn{
	position:relative;
	float:left;
	display:inline;
	margin:15px 4px 0 4px;	
	background:#000;
	box-shadow: inset 0px 0px 3px #999;	
	width:10px;
	height:10px;
	border-radius:11px;
	cursor:pointer;
}
.btn.active{
	background:#f0d;
	box-shadow: 0px 0px 3px #999;
}
#info{
	position:absolute;
	/*opacity:0.6;*/
	top:400px;
	display:none;
	background:url(img/info_bg.png) repeat;
	color:#fff;
	width:280px;
	height:270px;
	padding:15px;
	
	text-shadow: 0px 1px 0px #000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}
#info h2{
	font-size:1.8em;
	line-height:1em;
	margin:35px 0 15px 0;
	font-weight:normal;
}
