/* Start of CMSMS style sheet 'scrollable-horizontal.css' */
/*-----------STARTS SCROLLING INDEX PAGE------------------------*/
#slider {
	position:relative;
	width:900px;
	height:154px;
	background-image: url(uploads/images/template_images/slider/slider_back.jpg);
	background-repeat: repeat-x;
	text-align: left;
	z-index: 0;
}

#left, #right {
	position:relative;
	width:95px;
	height:154px;
	float:left;
	background-image: url(uploads/images/template_images/slider/slider_left.jpg);
	background-repeat: no-repeat;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width:710px;
	height:154px;
	float: left;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	cursor:pointer;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable a {
	float:left;
	width:236px;
	height:154px;
	border-right-width: 1px;
	
	border-right-style: solid;
	border-right-color: #999;
	
}

.scrollable img {
	border:none;
}

/* End of 'scrollable-horizontal.css' */

