/* STYLE SHEET */
/* ***************************************************************************** */
/* AD BROWSER */

.scrollable {
	height:206px;
	margin:9px 12px;
	overflow:hidden;
	position:relative;
	width:640px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable  .items > a
{
	float:left;
	margin:13px 10px;
	cursor:pointer;
	width:195px;
	height:178px;
	
}
.scrollable  .items > a img{
	border:none;
}


.scrollable .active {
	z-index:9999;
	position:relative;
}
.scrollable {
	float:left;	
}
a.browse {
	display:block;
	width:40px;
	height:39px;
	float:left;
	cursor:pointer;
	font-size:1px;
	position:absolute;
	top:85px;
}

/* Next Button */
a.right,
a.right:hover,
a.right:active{ 
	background:url(../images/ad_next_button.png) top left no-repeat;
	clear:right; 
	margin-right: -19px;
	right:0px;
}


/* Previous Button */
a.left,
a.left:hover,
a.left:active{
	background:url(../images/ad_previous_button.png) top left no-repeat;
	margin-left: -19px;
	left:0px;
}

/* up and down */
a.up, a.down{ 
	float: none;
}

/*
a.up:hover{ background-position:-30px 0; }
a.up:active{ background-position:-60px 0; }
a.down{ background-position: 0 -30px; }
a.down:hover{ background-position:-30px -30px; }
a.down:active{ background-position:-60px -30px; } 
*/
a.disabled {
	/*visibility:hidden !important;*/
	opacity:0.75 !important;
} 	

