/*---------- Left and Right Triggers ----------- */
.iswrapper{
position:relative;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-bottom:40px;
	margin-bottom:10px
	z-index:2;}
#slide-prev {
background:url('images/nav_pre_next.png') no-repeat; 
background-position: 0 0;
width:35px; 
height:35px;
cursor:pointer; 
position:absolute;
left:-17px; 
display:block;
z-index:999;}
#slide-prev:hover {
background-position: 0 0;}
#slide-next {
background:url('images/nav_pre_next.png') no-repeat; 
background-position: -35px 0;
width:35px; 
height:35px; ;
cursor:pointer; 
position:absolute; 
right:-17px; 
display:block; 
z-index:999;}
#slide-next:hover {
background-position:-35px 0;} 
/*---------- Shadow, just for styling ----------- */
.s-shadow-b{
	/**/ background:url('images/shadow.png') no-repeat top center;
	height:28px;
	position:absolute;
	left:42px;
	z-index:1;} 
.cs-activeSlide { display:block; }

/* Container with caption's text. Must be hidden */
.slide-descriptions {
	display:none;
}
.iscaption a{color:#fff; text-decoration:none;background: #014464;
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C)); 
	border: 1px solid #368DBE;
	border-top: 1px solid #c3d6df;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	line-height: 30px;
	padding: 5px 20px;}
/* Container with caption, must be hidden by default */
.iscaption{
text-align: center;
	position: absolute;
	
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	width: auto;
    z-index:999;
    /**/
    bottom: 10px;
    left:100px;
	right:100px;
    width: auto;
}
.full-3D {
	right: 40px;
    top: 580px;
    width: 840px;
	height:20px;
}
/* Container with Pagination buttons */
.container-pagination {
    left: 100px;
    right: 100px;/*ysw*/
    margin-top: 15px;
    position: absolute;
    text-align: center;
}
.slider-pagination {
	display:inline-block;
	width:13px;
	height:13px;
	background:url('images/nav_pagination.png') no-repeat;
	background-position: 0 0;
	margin:0 10px;
	cursor:pointer;
	position:relative;
	z-index:200;
}
/* This is a required class for the "Active" pagination button. ! Reserved Class Name ! */
.cs-active-pagination {
	background:url('images/nav_pagination.png') no-repeat;
	background-position:0 -13px;
}
.cs-active-pagination-2 {
	background:url('images/nav_pagination.png') no-repeat;
	background-position:0 -26px;
}
/* Multiple SLiders */
.slider-2 {
	padding-top:0;
	margin-top:20px;
}
.cs-activeSlide-2 {
	display:block
}


 