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

/* scrollers with nav links */
.scrolltabs {
	width:150px;
	height:500px;
	float:left;
	padding-top:40px;
	/*border:1px solid #0F0;*/
}
.scrolltabs li {
	list-style-type:none;
	float:left;
	padding:0px 5px;
	margin-top:10px;
}
.scrolltabs a {
	color:000;
	font-size:1.2em;
	text-decoration:none;
	padding:4px;
}
.scrolltabs a.current {
	color:#FFF;
	background-color:#CC0000;
	border:none;
	outline:none;
}
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 660px;
	height:500px;
	/*border:1px solid #F00;*/
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
	width:615px;
	height:355px;
	padding:20px 20px;
	/*border:1px solid #00F;*/
}

/* scrollers with navbuttons */
.s2scrollnav {
	width:40px;
	height:500px;
	float:left;
	/*border:1px solid #0F0;*/
}
			
.s2scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	float:left;
	width: 860px;
	height:500px;
	/*border:1px solid #F00;*/
}
.s2scrollable .s2items {
	width:20000em;
	position:absolute;
}
.s2items div {
	float:left;
	width:815px;
	height:475px;
	padding:10px 20px;
	/*border:1px solid #00F;*/
}
.s2items img {
	float:left;
	margin-top:20px;
	margin-right:20px;
	border:none;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}

/* scrollable nav buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 

/* left */
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down	{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  	{ background-position:-30px 0; }
a.up:active  	{ background-position:-60px 0; }

/* down */
a.down 			{ background-position: 0 -30px; }
a.down:hover  	{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
