.touch_slide {
    height: 350px;
    position: relative;
}

.touch_slide .slides-wrap{
overflow: hidden;
width: 960px;
height: 350px;
display: block;
}

.touch_slide .nav_tabs {
position: absolute;
bottom: 10px;
height: 63px;
width: 100%;
z-index: 9;
}

.touch_slide .nav_tabs .tab {
margin-left: 10px;
display: inline-block;
position: relative;
height: 63px;
width: 170px;
float: left;

}

.touch_slide .nav_tabs .tab h1{
	font-size:16px !important;
	
}

.touch_slide .nav_tabs .tab .content-wrap{

width: 100%;
height: 45px;

display: inline-block;
position: absolute;
bottom: 0px;
font-size: 16px;
font-weight: bold;
line-height: 16px;
cursor: pointer;

border-top:5px solid #555;
}

.touch_slide .nav_tabs .tab .content{
display: inline-block;
padding: 5px 10px 10px 10px;
}

.touch_slide .nav_tabs .active a{
/*width: 200px;*/
}

.touch_slide .nav_tabs .tab.active {
width: 220px;

}

.touch_slide .nav_tabs .tab.active .content-wrap {
background-image:none !important;
background-color: #fff !important;
height: 62px;


}

.touch_slide .slides {
position: relative;
overflow: hidden;
height: 385px;
width: 960px;
}
.touch_slide .slide {
background-color: #e1e1e1;
width: 960px;
height: 385px;
display: inline-block;
position: absolute;
left: 960px;
cursor: pointer;
}

.touch_slide .schedule {
cursor: auto;
}

.touch_slide .slide1 {
left: 0px;
}

.touch_slide .slide .media {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
cursor: pointer;
width: 100%;
}

.touch_slide .slide .content {
display: block;
position: absolute;
z-index: 3;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}

.touch_slide .slide .content-wrap{
position: absolute;
right: 0px;
bottom: 145px;
max-height: 215px;
max-width: 390px;
display: block;
}
.touch_slide .nav_tabs .tab{

}