/* CSS Document */


.skdslider{
 height: 500px;
 position: relative;
overflow:hidden;
 width:100%;
 float:left;
 margin-bottom:10p;
 	
}
.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}

.skdslider ul.slides li
{
   height: 500px;
   left: 0;
   position: absolute;
   top: 0;
   display: none;
 width:100%;
}
.skdslider ul.slides li img{
 width:100%;
	height:500px;
	border:0;
}

.skdslider .slide-navs {
    bottom: 20px;
    left: 50%;
    position: absolute;
	list-style-type: none;
	 margin: 0;
    padding: 0;
}


.skdslider .slide-navs li {
    float: left;
	/*background: url("image/slide-bg.png") no-repeat scroll 0 0 transparent;*/
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider .slide-navs li.current-slide {
 /* background: url("image/slide-bg-active.png") no-repeat scroll 0 0 transparent;*/
}
.skdslider .slide-desc {
    /*background: url("image/slide_desc.png") repeat scroll 0 0 transparent;*/
    left: 0;
    padding: 6px 25px 10px 85px;
    position: absolute;
    top: 60px;
    width: 50%;
}
.skdslider .slide-desc > h2 {
    color: #0285d9;
    
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.skdslider .slide-desc > p {
    color: #333;
   
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
}
.skdslider .slide-desc > a.more {
    color:#990000;
	font-size:20px;
    float: left;
    width:90px;
	height:28px;
	text-decoration:none;
	background:url(../images/readmore.png) no-repeat;
	text-indent:-999px;
	margin:10px 0px 0px 0px;
}
.skdslider .slide-desc > p a.more:hover {
text-decoration:underline;
}





.readmore a{
		background:url(../images/readmore.png) no-repeat;
		width:90px;
	height:28px;
	text-indent:-999px;





}
.skdslider a.prev{
    background: url("image/left.png") no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:48%;
	left:2%;
	
}

.skdslider a.next{
    background: url("image/right.png") no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:48%;
	right:2%;
	
}
.skdslider a.prev:hover{
  
}
.skdslider a.next:hover{
  
}

.skdslider a.play{
    background: url("image/play.png") no-repeat scroll center center #e1e1e1;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:44%;
	left:48%;
	
}

.skdslider a.pause{
/*    background: url("image/pause.png") no-repeat scroll center center #e1e1e1;*/
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:44%;
	left:48%;
	
}


@media only screen and (max-width : 768px) {

.skdslider{
 height: 270px;
 position: relative;
 overflow:hidden;
 width:100%;
 float:left;
}
.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}

.skdslider ul.slides li
{
   height: 270px;
   left: 0;
   position: absolute;
   top: 0;
   display: none;
   width:100%;
}
.skdslider ul.slides li img{
    width: 100%;
	height:270px;
	border:0;
	margin:0px auto;
}





}




@media only screen and (max-width : 550px) {

.skdslider{
 height: 180px;
 position: relative;
 overflow:hidden;
 width:100%;
 float:left;
}
.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}

.skdslider ul.slides li
{
   height: 180px;
   left: 0;
   position: absolute;
   top: 0;
   display: none;
   width:100%;
}
.skdslider ul.slides li img{
    width: 100%;
	height:180px;
	border:0;
	margin:0px auto;
}





}