.jvcarousel{    
    position:absolute; height:230px;
}
.jvcarousel div{    

}
.jvcarousel-slide
{
    float:left;
    overflow:hidden;
    height:100%;
}
.jvcarousel_frame{
    position:relative;
    overflow:hidden; height:230px;
}
.jvcarousel-item
{
    float:left;
   border:1px solid #c8cbcd;
    margin-right: -1px;
    padding:10px; height:160px;
    font:13px/18px Arial,Tahoma,Helvetica,sans-serif;
    
}
.jvcarousel-item #popultext{ max-height:75px; overflow:hidden;}
.jvcarousel-item div
{
    float: left;
}


.jvcarousel_mtitle{
    font:18px/18px Arial, Helvetica, sans-serif; 
	text-decoration:none; color:#2492d0;
/*  float:left;*/
    
}
a:hover.jvcarousel_mtitle{ color:#2b2b2b;}
.mod_jv_headline .jvcarousel_title {   
	display:block;   
    line-height:20px;   
    margin-bottom: 11px;    
}
.mod_jv_headline  span{
    color:#2A2A2A;
    font-size:15px;    
    margin-top:2px;
}
.mod_jv_headline  span .jvcarousel_subtitle{
    padding-top:3px;
    
}

.jvcarousel-item img
{
    border:3px solid #e1e1e1;
    float:left;
    margin:0 20px 10px 0;
    max-width: 86px;
    max-height: 109px;
}
.mod_jv_headline .readmore
{   
    height:20px;
    display:block;
    width: 100%;
/*  float: none;*/
}

.mod_jv_headline a {
color:#3B5468;
text-decoration:none;
}
.mod_jv_headline a:hover, a:focus{
    color:#000000;
    text-decoration:underline;
}
.jvcarousel-item p
{
    margin: 0;  
}
.handles
{
    float: left;
  
}
.handles .handles_item
{
    color:#2b2b2b;
    cursor:pointer;
    float:left;
    line-height:24px;
    margin:0 5px 0 0;
    overflow:hidden;
    width:10px;
	font-size:14px; font-weight:bold;
    text-align: center;
}
span.next,
span.pre {
	float:left;
	cursor:pointer;
	margin:0 5px 0 0;
	font-size: 13px;
	width:18px;
	text-indent: -999em;
	line-height:18px;
}
span.next {
	background: url("/images/rightarrow.png") no-repeat 0 0; width:23px; height:24px;
}
span.pre {
	background: url("/images/leftarrow.png") no-repeat 0 0;width:23px; height:24px;
}
span:hover.next, span:hover.pre{ background-position:0 -24px;}
.jvcarousel-pagi
{
    float: right;
	  margin-top:-40px; margin-left:870px; position:absolute; z-index:100;
}
.mod_jv_headline .prev
{
    float: left;    
    margin:0 5px 0 0;
    cursor:pointer;
    display: block;
}
.prev img
{
    display: block;
    
}
.next
{
    float: left;
    margin:0 0 0 5px;
    cursor:pointer;
    display: block;
}
.next img
{
    display: block;
}
.handles span.active{    
 color:#2492d0;
}


