div.scrollable {
	background:url("../../images/login/h300.png") repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	height:80px;
	overflow:hidden;
	position:relative;
	float:left;
	width:370px;
}

div.scrollable div.items {
    width:20000em; 
    position:absolute; 
}

div.scrollable div.items div { 
    float:left; 
} 
 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

a.left  {
	margin-left:0;
}

a.left:hover  {
	background-position:0 -18px;
}

a.right {
	background-position:0 0px;
	clear:right;
	margin-right:0;
}

a.right:hover {
	background-position:0 -18px;
}

a.prevPage {
	background:url("../../images/login/left.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:18px;
	margin:30px 5px;
	width:18px;
}

a.nextPage {
	background:url("../../images/login/right.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:18px;
	margin:30px 5px;
	width:18px;
}

a {
	color:#295C72;
}

