
/* outmost wrapper element */
#scrollable {
	background-color:#efefef;
	border:1px solid #ddd;
	padding:10px 8px;
	width:auto;
	height:65px;
}

/* container for the scrollable items */
div.items {
	height:66px;	
	margin-left:8px;
	float:left;
}

/* single item */
div.items div {
	float:left;
}

div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:88px;
	height:66px;
	background:url(/images/scroll-item.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a img{
	margin:8px 8px 0 8px;
}

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:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;
	margin:15px 0 0 0;
}

a.prev {
	background:url(/images/scroll-left.gif);
}

a.prev:hover {
	background:url(/images/scroll-left-over.gif);
}

a.next {
	background:url(/images/scroll-right.gif);
	float:right;
}

a.next:hover {
	background:url(/images/scroll-right-over.gif);
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:100px;
	margin-left:-50px;
	width:300px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navi-dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

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

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

a.pnext{
	width:19px;
	height:19px;
	padding:10px;
	border:0;
	margin:0px 0px 0px 20px;
	background:#fff url(../images/pNext.png) no-repeat 0 0;
}
a.pprev{
	width:19px;
	height:19px;
	padding:10px;
	margin:0px 20px 0px 0px;
	border:0;
	background:#fff url(../images/pPrev.png) no-repeat 0 0;
}

a.blue_bold {font-weight: bold;}
.normal_orange{
	color:#de4b31;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
img.photo-img {
	max-width:500px;
	border:0;
}
.items img {
	border:0;
	margin:8px 0 0 0;
}
#scrollable .pcent h2 {text-align:center;}

#scrollable h2 {font:14px/16px Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}

