@charset "UTF-8";

/* ------------------------------------------------------------------
jCarouselLite
------------------------------------------------------------------ */

div.carouselConteiner {
position:relative;
width:460px;
margin-bottom:5px;
}

div.carouselConteiner p,ul {
padding:0;
margin:0;
}

div.carousel {
position:relative;
width:400px;
height:200px;
overflow:hidden;
margin-left:35px;
}

div.carousel ul {
position:absolute;
}

div.carousel ul li{
width:190px;
height:200px;
float:left;
margin-right:10px;
}

div.carousel ul li p.pickPic{
height:150px;
}

div.carousel ul li p.pickTxt{
height:35px;
line-height:18px;
padding:5px;
background-color:#e6e6e6;
font-size:13px;
font-weight:normal;
}

a.next,
a.prev{
position:absolute;
display:block;
width:25px;
height:200px;
text-indent:-9999em;
}

a.next{
top:0px;
right:0px;
background:url(../images/jcarousel_parts/pick_arrow_right.gif);		
}

a.prev{
top:0px;
left:0px;
background:url(../images/jcarousel_parts/pick_arrow_left.gif);	
}

