/* carusel */
#carusel{
background:#fff none repeat scroll 0 0;
border:0px solid #ddd;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
height:174px;
overflow:hidden;
margin:0 0 15px;
padding:10px 10px 0;
position:relative;
top:-20px;
margin:10px 0 0;
padding:15px 76px 5px;
width:1036px;
}
.carusel_mask{
height:212px;
overflow:hidden;
position:relative;
padding:0;
}
.carusel_posts{
height:212px;
overflow:hidden;
width:5000px;
position:absolute;
left:0;
top:0;
}
/* buttom */
.left_arrow{
background:transparent url('/img/prev-horizontal.png') no-repeat scroll 0 0;
cursor:pointer;
height:50px;
left:5px;
position:absolute;
top:42px;
width:32px;
cursor:pointer;
}
.left_arrow:hover{
background:transparent url('/img/prev-horizontal.png') no-repeat scroll -32px 0;
}
.right_arrow{
background:transparent url('/img/next-horizontal.png') no-repeat scroll 0 0;
cursor:pointer;
height:50px;
right:5px;
position:absolute;
top:42px;
width:32px;
cursor:pointer;
}
.right_arrow:hover{
background:transparent url('/img/next-horizontal.png') no-repeat scroll -32px 0;
}
/* carusel_posts */
.carusel_post{
position:relative;
height:220px;
width:164px;
float:left;
padding:0 4px;
}
.carusel_post a{
color:#737373;
font-family:Arial,Helvetica,sans-serif;
}
.carusel_post img{
background-color:#eee;
border:1px solid #ddd;
display:block;
height:105px;
margin:0 5px 5px 0;
padding:3px;
width:155px;
}
.carusel_post .title{
font-weight:bold;
margin:5px 0 0 0;
padding:0;
color:#000;
font-weight:bold;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
.carusel_post .title a,
.carusel_post .title a:hover,
.carusel_post .title a:visited{
color:#000;
text-decoration:none;
}
.carusel_post p{
float:left;
padding:0 3px 0 0;
margin:5px 0 0 0;
font-weight:normal;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
.carusel_post em{
position:absolute;bottom:0;right:3px;
clear:both;
text-align:left;
padding:0;
font-size:11px;
font-weight:normal;
width:120px;
height:20px;
}
.carusel_post em a:link, .carusel_post em a:visited{
color:#999;
text-decoration:none;
outline:none;
}
.carusel_post em a:hover, .carusel_post em a:active{
color:#000;
text-decoration:underline;
outline:none;
}