@CHARSET "ISO-8859-1";

.ca_thumbs_wrapper{
    position:absolute;
    width:995px;
    height:100px;
    overflow-y:hidden;
    top:52px;
    margin-left:7px;
    display:block;
    left:15px;
}

.ca_thumbs{
    margin: 5px 10px 5px 0px;
}

.ca_thumbs img{
    float:left;
    margin:3px 3px 10px 25px;
    cursor:pointer;
    -moz-box-shadow:1px 1px 5px #000;
    -webkit-box-shadow:1px 1px 5px #000;
    box-shadow:1px 1px 5px #000;
    opacity:0.6;
    width:160px;
    height:90px;
    display:block;
}

.ca_thumbs span{
	float:left;
	width:190px;
	height:150px;
}
a.prev, a.next {
	   background: url(/images/designpieces/carousel-arrows-sprite.png) no-repeat transparent;
	    width: 45px;
	    height: 50px;
	    display: block;
	    position: absolute;
	    top: 42px;
	}
a.prev{
    left: 2px;
    background: url(/images/designpieces/carousel-arrows-sprite.png) 0 0 no-repeat;
}
a.prev.disabled{
    left: 2px;
    background: url(/images/designpieces/carousel-arrows-sprite.png) -50px 0 no-repeat !important;
    cursor:default;
}
a.next{
    right:2px;
    background: url(/images/designpieces/carousel-arrows-sprite.png) -100px 0 no-repeat;
}
a.next.disabled{
    right: 2px;
    background: url(/images/designpieces/carousel-arrows-sprite.png) -150px 0 no-repeat !important;
    cursor:default;
}
a.prev span, a.next span{
    display:none;
}
#thumb_descr{
	position:absolute;
	color:#FFFFFF;
	top:152px;/*460px*/
	left:30px;
	width:500px;
}
/*.ca_thumbs span span p h3{
    color:#ffffff;
    font-size:10px;
    font-weight:normal;
}*/
#thumb_descr h4{
    color:#ffffff;
    font-size:14px;
    font-weight:lighter;
    text-transform: uppercase;
}
#thumb_descr h5{
    color:#ffffff;
    font-size:12px;
    font-weight:lighter;
}
#thumb_descr h6{
    color:#7D8AA3;
    font-size:10px;
    font-weight:lighter;
}
#thumb_descr p{
    margin-bottom:-0.7em;
}
.ca_thumbs img:hover{
	opacity:1;
	
}
.clearfix {
	    float: none;
	    clear: both;
	}
/*.ca_thumbs img:hover + .thumb_descr{
	display:block;
}*/

