/* wope slider */
.wope-slider{
	width:960px;
	height:390px;
	overflow:hidden;
	position:relative;
}

.wopeslider-ui{
	position:relative;
	z-index:3;
        width: 960px;
        margin: auto;
}

.wopeslider-container{
	position:relative;
	z-index:1;
	width:100%;
	height:100%;
	overflow:hidden;
}

.wopeslider-text-container{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
}

.wopeslider-image-container{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

.wopeslider-slide{
	position:absolute;
}


.wopeslider-slide-current{
	display:block;
	left:0px;
}



.wope-slider .slider-data{
	display:none;
}

.wopeslider-slide img ,.wopeslider-slide a{
	position:absolute;
	display:block;		/*
	width:100%; 
	/*	height:100%;	*/
}.wopeslider-slide img.ws2{	width:100%} 

.wopeslider-slide a{
	z-index:100;
	background:url('../img/bg.html') left top repeat;
	display:none;
}
	
.wope-slider .data-image{
	display:none;
}

.wopeslider-border{
	position:absolute;
	z-index:2;
}

/* slider skin */

/* skin basic */

.skin-basic .wopeslider-ui-buttons{
	position:absolute;
	right:0;
        bottom: 10px;
	top:460px!important;
	width:150px;
}
.skin-basic .wopeslider-ui-buttons div{
        float:left;
}

.skin-basic .wopeslider-ui-button-next{
	cursor:pointer;
	border-radius:3px;
	background: url(../img/slider/controls.png) no-repeat -53px -3px;
	background-color:#e6e6e6;
	width:45px;
	height:45px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	margin-right:3px;
}

.skin-basic .wopeslider-ui-button-prev{
	cursor:pointer;
	border-radius:3px;
	background: url(../img/slider/controls.png) no-repeat -100px -3px;
	background-color:#e6e6e6;
	width:45px;
	height:45px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	margin-right:3px;
}

.skin-basic .wopeslider-ui-button-pause{
	cursor:pointer;
	border-radius:3px;
	background: url(../img/slider/controls.png) -5px -3px no-repeat;
	background-color:#e6e6e6;
	width:45px;
	height:45px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	margin-right:3px;
}

.skin-basic .wopeslider-ui-button-play{
	cursor:pointer;
	border-radius:3px;
	background: url(../img/slider/controls.png) -100px -3px no-repeat;
	background-color:#e6e6e6;
	width:45px;
	height:45px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	margin-right:3px;
}

.skin-basic .wopeslider-ui-button-next:hover , .skin-basic .wopeslider-ui-button-prev:hover, .skin-basic .wopeslider-ui-button-pause:hover, .skin-basic .wopeslider-ui-button-play:hover{
	background-color:white;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.skin-basic .wopeslider-ui-numbers{
	position:absolute;
	left:20px!important;
	top:480px!important;
	text-align:right;
}

.skin-basic .wopeslider-ui-numbers span{
	display:inline-block;
	background: url(../img/slider/pagers.png) -22px 0 no-repeat;
	color:transparent;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	font-weight:bold;
        height:21px;
        text-align: center;
	width:21px;
        margin:5px;
}

.skin-basic .wopeslider-ui-numbers span:hover{
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


.skin-basic span.number-current{
	background: url(../img/slider/pagers.png) no-repeat;
	color:white;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
