
.skdslider{
 width:100%;
 position: relative;
 display: block;
 overflow:hidden; 

}

.skdslider:after {
    content: '';
    padding-top: 41%; 
    display: block;
}

.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li
{
   display: none;
}
.skdslider ul.slides li img{
    width: 100%;
/*	height:100%;*/
	border:0;
}

.skdslider ul.slide-navs {
    bottom: 20px;
    left: 50%;
    position: absolute;
	list-style-type: none;
    margin: 0;
    padding: 0;
}


.skdslider ul.slide-navs li {
    float: left;
	background: url(../images/slide-bg.png) no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider ul.slide-navs li.current-slide {
  background: url(../images/slide-bg-active.png) no-repeat scroll 0 0 transparent;
}

.skdslider .slide-desc {
margin:0 auto;
    left: 0;
    padding: 0%;
    position: absolute;
    bottom: 40px;
    width: 667px;
	min-height:180px;
	display:inline-block; 
	background:url(../images/baner_txtbg.png) no-repeat;
	text-transform:uppercase;
}
.skdslider .slide-desc > h2 {
    color: #fff;
    
    font-size: 24px;
	line-height:25px;

    
}


.skdslider .slide-desc > h3 {
    color: #fff;
    font-size: 36px;
	line-height:36px;
	min-width:52px;

	text-align:left;

	padding:8px 10px;
	margin:52px 0 10px 0;
	float:left;
	clear:both;
}



.skdslider .slide-desc > p {
    color: #FFFFFF;
    text-align:left;
    font-size: 20px;
    line-height: 24px;
	font-weight:bold;
	padding:8px 10px;

	min-width:50px;
	float:left;
	clear:both;
	margin:10px 0 0 0;
}
.skdslider .slide-desc > p a.more {
    color:#fff;
	font-size:15px;
	width:120px;
	line-height:40px;
	background:#29b0eb;
	text-decoration:none;
	text-align:center;
	display:block;
	text-transform:uppercase;
	float:right;
	margin:10px 0 0 0;
}
.skdslider .slide-desc > p a.more:hover {
text-decoration:none;
}

.skdslider a.prev{
    background: url(../images/left.png) no-repeat scroll 0 0 transparent;
	width:57px;
	height:92px;
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:45%;
	left:100px;
	margin-top:0px;
}

.skdslider a.next{
    background: url(../images/right.png) no-repeat scroll 0 0 transparent;
	width:57px;
	height:92px;
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:45%;
	right:100px;
	margin-top:0px;
}
.skdslider a.prev:hover{
  
}
.skdslider a.next:hover{
  
}

.skdslider a.play{
    background: url(../images/play.png) no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}

.skdslider a.pause{
    background: url(../images/pause.png) no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}
/*Some Responsive CSS */
 @media only screen and (min-width: 951px) and (max-width: 1100px) {
.skdslider .slide-desc {
margin:0 auto;
    left: 0;
    padding: 0%;
    position: absolute;
    bottom: 40px;
    width: 667px;
	min-height:180px;
	display:inline-block; 
	background:url(../images/baner_txtbg.png) no-repeat;
	text-transform:uppercase;
}

.skdslider .slide-desc > h3 {
    color: #fff;
    font-size: 36px;
	line-height:36px;
	min-width:52px;

	text-align:left;

	padding:8px 10px;
	margin:52px 0 10px 0;
	float:left;
	clear:both;
}



.skdslider .slide-desc > p {
    color: #FFFFFF;
    text-align:left;
    font-size: 20px;
    line-height: 24px;
	font-weight:bold;
	padding:8px 10px;

	min-width:50px;
	float:left;
	clear:both;
	margin:10px 0 0 0;
}
	

}
 @media only screen and (min-width: 700px) and (max-width: 950px) {
	.skdslider .slide-desc {
margin:0 auto;
    left: 0;
    padding: 0%;
    position: absolute;
    bottom: 40px;
    width: 667px;
	min-height:180px;
	display:inline-block; 
	background:url(../images/baner_txtbg.png) no-repeat;
	text-transform:uppercase;
}

.skdslider .slide-desc > h3 {
    color: #fff;
    font-size: 36px;
	line-height:36px;
	min-width:52px;

	text-align:left;

	padding:8px 10px;
	margin:52px 0 10px 0;
	float:left;
	clear:both;
}



.skdslider .slide-desc > p {
    color: #FFFFFF;
    text-align:left;
    font-size: 20px;
    line-height: 24px;
	font-weight:bold;
	padding:8px 10px;

	min-width:50px;
	float:left;
	clear:both;
	margin:10px 0 0 0;
}
	
}
 @media only screen and (min-width: 481px) and (max-width: 699px) {
	.skdslider .slide-desc {
margin:0 auto;
    left: 0;
    padding: 0%;
    position: absolute;
    bottom: 40px;
    width: 667px;
	min-height:180px;
	display:inline-block; 
	background:url(../images/baner_txtbg.png) no-repeat;
	text-transform:uppercase;
	display:none;
}

.skdslider .slide-desc > h3 {
    color: #fff;
    font-size: 36px;
	line-height:36px;
	min-width:52px;

	text-align:left;

	padding:8px 10px;
	margin:52px 0 10px 0;
	float:left;
	clear:both;
}



.skdslider .slide-desc > p {
    color: #FFFFFF;
    text-align:left;
    font-size: 20px;
    line-height: 24px;
	font-weight:bold;
	padding:8px 10px;

	min-width:50px;
	float:left;
	clear:both;
	margin:10px 0 0 0;
}


.skdslider a.prev{
    background: url(../images/left.png) no-repeat scroll 0 0 transparent;
	width:57px;
	height:92px;
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:25%;
	left:100px;
	margin-top:0px;
}

.skdslider a.next{
    background: url(../images/right.png) no-repeat scroll 0 0 transparent;
	width:57px;
	height:92px;
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:25%;
	right:100px;
	margin-top:0px;
}
	
	
}

@media screen and (max-width:480px) {
	.skdslider .slide-desc { display:none;}
	.skdslider ul.slides li img {  border: 0 none;  width: 100%; height:100%;}
	
	.skdslider a.prev{
    background: url(../images/left.png) no-repeat scroll 0 0 transparent;
	width:57px;
	height:92px;
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:20%;
	left:100px;
	margin-top:0px;
}

.skdslider a.next{
    background: url(../images/right.png) no-repeat scroll 0 0 transparent;
	width:57px;
	height:92px;
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:20%;
	right:100px;
	margin-top:0px;
}
}