* {margin:0; padding:0}
.sm {list-style:none; width:950px; height:140px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}


/* root element for the whole scrollable setup */
div.scrollable {
	width: 950px;
	height:140px;
	float: left;
	display: block;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {
	clear:right;
	font-size: 1px;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* single item */
#thumbs div {
	float:left;
	width:200px;
	height:140px;
	cursor:pointer;
	font-family: Tahoma, sans-serif;
	font-size: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px solid #333333;
}

/* style when mouse is over the item */
#thumbs div.hover h3{
	background-image: url(../nav/bg-oferta-titlu-hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#thumbs div.hover h2{
	background-image: url(../nav/bg-oferta-cod-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* style when element is active (clicked) */
#thumbs div.active h3, #thumbs div.active h2{
	background-color:#EFEFEF;
	cursor:default;
}
#thumbs div.hover h1{
}

/* style when element is active (clicked) */
#thumbs div.active h1{
}
#thumbs h3 a{
	color: #FFFFFF;
	text-decoration: none;
}
#thumbs h3{
	margin:0px;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#thumbs h2{
	margin:0px;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#666666;
	display: block;
	width: 200px;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#thumbs h1{
	font-family:Tahoma, sans-serif;
	font-size:10px;
	color:#6C798A;
	display: block;
	background-image: url(../nav/bg-pret.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	float: right;
	margin-top: 95px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
