/* container for slides */
.sShow_img {
	border:1px solid #666;
	position:relative;	
	height:460px;
	
	width:540px;
	float:left;	
	margin:15px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}

/* single slide */
.sShow_img div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;
}

/* header */
.sShow_img h3 {
	margin:0 0 20px 0;
	color:#456;
}

/* container for slides */
.pres{
	height:280px;
	width:370px;
}


/* tabs (those little circles below slides) */
.sShow_tabs{
	clear:both;
	margin-left:15px;
}

/* single tab */
.sShow_tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.sShow_tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.sShow_tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(../img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

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


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

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}



/* main vertical scroll */
#sShow{
	margin:0px auto;
	width:580px;
	position:0px;
}
#sShow_main {
	position:relative;
	overflow:hidden;
	height: 490px;
}

/* root element for pages */
#sShow_pages {
	position:absolute;
	height:20000em;
}

/* single page */
.sShow_page {
	margin: 0px 0px 25px 0;
	padding: 10px;

	height:460px;
	width:515px;
	border:1px solid #666;	
	background-color:#fff;
		
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 510px;
	height: 445px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:500px;
	padding:10px;
}
.item  p{
	line-height:0.6em;
}
.item  p strong{
	line-height:1.5em;
	color: #172791;
}

/* main navigator */
#sShow_main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

#sShow_main_navi li {
	background-color:#B4CCD0;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-top:1px solid #666;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:100px;
	list-style-type:none;
	margin-top:2px;
	padding: 5px 0; 
	width:30px;
	cursor:pointer;

	/* CSS3 tweaks for modern browsers */	
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-box-shadow: #666 5px 2px 25px;
	-webkit-box-shadow: #666 5px 2px 25px;
}
#sShow_main_navi li.first{
	margin-top:15px;
	border-top:1px solid #666;
}

#sShow_main_navi li:hover {
	background-color:#fff;
}

#sShow_main_navi li.active {
	background-color:#fff;
}

#sShow_main_navi img {
	float:left;
	margin-right:10px;
}

#sShow_main_navi strong {
	display:block;
}

#sShow_main div.navi {
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	cursor:pointer;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/*********** width navigator ***********/

/* position and dimensions of the navigator */
div.navi {
	margin:128px;
	width:200px;
	height:20px;
}
/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
}
