.scrollContent{
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	padding-bottom:14px;
	padding-top:5px;
}
.scrollContent .scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 560px;	
	height:140px;	
	margin-left: auto;
	margin-right: auto;
	padding:0;			
}

.scrollContent .scrollable .items {	
	width:20000em;	
	position:absolute;
	clear:both;		
}

.scrollContent .scrollable .items div {
	float:left;
	text-align:center;
}
.scrollContent .scrollable .items div img {
	border: 0;
}


/*********** left - right buttons ***********/

.scrollContent a.prev, .scrollContent a.prevPage {
	display:block;
	width:19px;
	height:19px;
	margin:0;
	cursor:pointer;
	background-image: url(/img/scrollContent/left.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 60px;
}
.scrollContent a.next, .scrollContent a.nextPage {
	display:block;
	width:19px;
	height:19px;
	margin:0;
	cursor:pointer;
	background-image: url(/img/scrollContent/left.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 60px;
	right: 0px;
}
.scrollContent a.prev:hover, .scrollContent a.next:hover, .scrollContent a.prevPage:hover, .scrollContent a.nextPage:hover {
	background-position:0px -19px;		
}
.scrollContent a.disabled {
	visibility:hidden !important;		
}
.scrollContent a.next, .scrollContent a.nextPage {
	background-image:url(/img/scrollContent/right.gif);
	clear:right;
}



/*********** navigator ***********/

.scrollContent .navigator {
	margin-left:290px;
	width:200px;
	height:20px;
	display: none;
}
.scrollContent .navigator a {
	width:7px;
	height:7px;
	float:left;
	margin:3px;
	cursor:pointer;
	background-image: url(/img/scrollContent/naviAct.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.scrollContent .navigator a:hover {
	width:7px;
	height:7px;
	float:left;
	margin:3px;
	cursor:pointer;
	background-image: url(/img/scrollContent/naviHov.gif);
	background-repeat: no-repeat;
	background-position: 0 0;  
}
.scrollContent .navigator a.active {
	width:7px;
	height:7px;
	float:left;
	margin:3px;
	cursor:pointer;
	background-image: url(/img/scrollContent/naviCur.gif);
	background-repeat: no-repeat;
	background-position: 0 0;   
} 	

