@charset "utf-8";


div#scroller {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 495px;
	height:176px;
	
	/* custom decorations */
	padding: 4px 0px;
	border:0px none #fff;
	background-color:#fff;
}
div#scroller div.items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;

	/* decoration */
	margin-left:6px;
}
div#scroller div.items div {
	float:left;

	/* custom decoration */
	width:65px;
	padding: 0px;
	font-size:12px;
	border:0px none #fff;
	background-color: #fff;
	margin-right:39px;
	margin-left:20px;
}
div#scroller div.items div a {
	font-size:12px;
}
div#scroller div.items div a img {
	text-decoration: none;
	border: 0px none #fff;
}

	div#scroller {
	float:left;
/*	margin:0px 10px; */

}

/* prev, next, prevPage and nextPage buttons */
a#scroller_prevPage, a#scroller_nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/assets/images/left.gif) no-repeat;
	float:left;
	margin:40px 2px 0px 2px;
	cursor:pointer;
}

	/* mouseover state */
	a#scroller_prevPage:hover, a#scroller_nextPage:hover {
	background-position:0px -18px;
}

/* next button uses another background image */
a#scroller_nextPage {
	background-image:url(/assets/images/right.gif);
	clear:right;
}

.scroller_img_txt {
	float:left;
}


