
#carr {
	width: 620px;
	height: 210px;
	position: relative;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.carri {
	position:absolute;
	overflow: hidden;
	display: none;
	text-align:center;
	width: 150px;	
	height: 120px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.carri a img {
	padding-top:2px;
	width: 95%;
	text-align: center;
	background: #fff ;
	border: none;}
.carri a img:hover {
	border: 1px solid #fff;
}
.carri:hover {
	border: 1px solid #378c0d;
}
#carris {
	width: 1000px;
	height: 150px;
	vertical-align: bottom;
}
#pref {  
	background-position: 0px 0px; 
	display: block;
	background-image: url('/website/function/carousel/tango/prev-horizontal.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
#pref:hover {  
	background-position: -62px 0px; 	
}
#next {  
	background-position: 0px 0px; 
	display: block;
	background-image: url('/website/function/carousel/tango/next-horizontal.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

#next:hover {  
	background-position: -66px 0px; 	
}
#desc {
	font-weight: bold;
	color: #2c5294;
	font-size: 120%;	
}

#showdesc {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #fff;
	border: 1px #696969 solid;
	text-align: center;
	padding: 3px 20px;	
}
#vurl {
	color: #2c5294;
}
#vurl:hover {
	text-decoration:none;
}
#price {
	color: #378c0d;
	font-weight: bold;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.pointer {
	cursor: pointer;
}