@charset "utf-8";
/* CSS Document */

#divClassicTagBtm {
	z-index:1000;
	position: absolute;
	left: 763px;
	top: 549px;
}

#divClassicsContent {
	position: absolute;
	left: 298px;
	top: 108px;	
	z-index: 10;
	margin-top:0px;
	padding-top:0px;
}

#divClassicsBlank {
	position: absolute;
	left: 298px;
	top: 108px;	
	z-index: 9;
}


#divMenuContainer {
	display: block;
	clear:both;
}

#divBottomOptions {
	display: block;
	clear: both;
}


/***********************************
        Scrollable styles
***********************************/


/* outmost wrapper element, containing all elements  */
#scrollable {
	padding:0px 0px;
	width:867px;
	height:113px;
	margin-top:30px;
	margin-left: 22px;
	margin-bottom: 30px;
}

/* container for the scrollable items */
div.items {
	height:113px;	
	margin-left:0px;
	float:left;
	width:850px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:18px;
	width:127px;
	height:113px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a.active {
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	float:left;	
	margin:0px 0 0 0;
	cursor:pointer;
}