
/* outmost wrapper element */
#scrollable {
	background:url(../images/gal_bg.gif);
	background-repeat:no-repeat;
	padding:10px 8px;
	width:514px;
	height:137px;
	margin-left: 68px;
	float:left;
}

/* container for the scrollable items */
div.items {
	height:110px;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	float:left;
	width:427px !important;
	text-align:left;
}



/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:7px;
	width:80px;
	height:103px;
	line-height:103px;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
}

div.items a:hover {
	color:#999;
}

div.items a.active {
	background-position:-174px 0;
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:26px;
	height:42px;
	float:left;
	background-repeat:no-repeat;
	margin-top: 38px;
	margin-left: 1px;
	margin-right: 1px;
}

a.prev {
	background:url(../images/arrow_l.png);
}

a.prev:hover {
	background:url(../images/arrow_l.png);
}

a.next {
	background:url(../images/arrow_r.png);
}

a.next:hover {
	background:url(../images/arrow_r.png);
}


/* navigator */
div.navi {
	background-color:blue;
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:0px;
	height:0px;
	float:left;
	margin:0px;
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 0px;
}

div.navi span.active {
	background-position:0 0px;
}

