/* 
	Club GTI - "scroller.css"
	(C) Club GTI, All Rights Reserved. 2006.
*/

#scroller-top { 
	background:transparent url(/images/common/sidebars/sidebar_bg.jpg) no-repeat left top;
}

#scroller-top h3 {
	padding:5px 0 10px 5px;
	font-size:1em;
}

#scroller-btm {
	width:160px;
	height:8px;
	background:#fff url(/images/common/sidebars/sidebar_btm.jpg) no-repeat left top;
	margin-bottom:10px;
}

#scroller-holder {
	height:190px;
	width:160px;
	padding: 0;
	position: relative;
	overflow:hidden;
}

.scroller-title {
	position: absolute;
	z-index: 5;
	top: 0px;
}


#scroller-holder .item {
	font-size:0.9em;
	line-height:1.2em;
	display:block;
	width:140px;
	margin:0 5px;
}

#scroller-holder .item-top {
	padding:5px 0 0 5px;
	display:block;
	width: 140px;
	
}

#scroller-holder .item-btm {
	display:block;
	width: 140px;
	height:8px;
}

#scroller-holder .item a {
	display:block;
	font-weight:bold;
	text-decoration:none;
}

.item-top-over {
	background:transparent url(/images/common/scroller/item_top.gif) no-repeat top left;
	cursor:pointer;
}

.item-top-out { 
	background:none;
	cursor:auto;
}

.item-btm-over {
	background:transparent url(/images/common/scroller/item_btm.gif) no-repeat top left;
	cursor:pointer;
}

.item-btm-out { 
	background:none;
	cursor:auto;
}

