/* CAROUSEL */


#templatemo_slider_wrapper {
	width: 100%;
	height: 465px;
	
}

.templatemo_slider_wrapperae{
	width: 1170px;
    margin: 50px  auto 0  auto;
    border-bottom: 2px solid #e3effb;
    height: 50px; text-align:center;}
.templatemo_slider_wrapperae li{
	font-size: 24px;
    color: #4d4d4e;
	border-bottom: 2px solid #0066cb; 
	margin: 0px auto;	
	width:550px;
	padding-bottom:8px;
	}
	
	

#templatemo_slider {
	width: 1170px;
	padding: 20px 10px;
	height: 446px;
	margin: 0 auto;
	overflow: hidden;
}

#templatemo_main_wrapper {
	width: 100%;
	background: url(/imagescss/templatemo_main.jpg) repeat-x top
}

#templatemo_main {
	width: 960px;
	padding: 60px 10px;
	margin: 0 auto;
}

#templatemo_footer_wrapper {
	width: 100%;
	background: #38362d;
	border-top: 5px solid #ffffff
}
#templatemo_footer {
	width: 960px;
	padding: 30px 10px;
	margin: 0 auto;
}


#carousel{
    position:relative;
    width: 640px;
	height: 320px;
	padding: 11px;
	
}

#slider-image-frame {
	float: left;
	display: block;
	width: 640px;
	height: 320px;
	overflow: hidden;
}

#carousel .backgrounds{
	float: left;
	display: block;
	width: 640px;
    height: 320px;
	overflow: hidden;
	background: #fff;
}

#carousel .backgrounds .item{
    width: 640px;
    height: 320px;
    float:left;
    z-index:1;
	
}


#carousel  .panel{
    color: #fff;
    position:absolute;
    right: -500px;
    top:0;
    height: 370px;
    width: 420px;
    z-index:10;
}

#carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:15px;
    width: 390px;    
    text-align:center;   
}

.pagingb{ float:right; margin-right:20px;}


#carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}


#carousel .panel .paging .nextb{
    position:absolute;
    right:-15px;
    top:-110px;
    display:block;
    width: 21px;
    height: 51px;
    background: transparent url(/templets/wap2/xsn/img/icon-1.png) no-repeat 0 0;
    text-indent: -6000px;
}

#carousel .panel .paging .previous{
    position:absolute;
    left:-55px;
    top:-110px;
    display:block;
    width: 21px;
    height: 51px;
    background: transparent url(/templets/wap2/xsn/img/icon-2.png) no-repeat 0 0;
    text-indent: -6000px;
}

#carousel .panel .paging #numbers a {
	float:left;
	width:115px;
	height:61px;
	color: #fff;
	margin-right: 5px;
	margin-bottom:5px;
	padding:2px;
	border:1px #999 solid;
	
}

#carousel .panel .paging #numbers a.selected {
	border:1px #000 solid;
	
}



#carousel .panel .details_wrapper {
    position:absolute;
    top:40px;
    left:10px;
    width: 370px;
    overflow:hidden;
    height: 300px;
}
#carousel .panel .details_wrapper .details{
    height: 200px;
}
#carousel .panel .details_wrapper .details .detail{
    width: 370px;
    height: 300px;
    float:left;
    
}
#carousel .panel .details_wrapper .details h2{
	font-size: 30px;
    margin: 0 0 15px 0;
	color: #363013;
	font-weight:bold;
}
#carousel .panel .details_wrapper .details h2 a {
	color: #363013;
}
#carousel  .panel .details_wrapper .details p{
	text-indent:2em;
}

#carousel  .panel .details_wrapper .details p a{
	font-size: 14px;
	color: #363013;
	text-indent:2em;
}

#carousel  .panel .details_wrapper .details a.more{
	background: #ff7800;
    color: #fff;
	margin-top:10px;
    line-height: 16px;
    padding: 5px 10px;
    font-size: 15px;
    vertical-align: middle;
    border-radius: 5px;
	float:right;
	
}   

/* END CAROUSEL */
