
/* outmost wrapper element, containing all elements  */
#scrollable {
	background-color:#efefef;
	border:1px solid #ddd;
	padding:10px 8px;
	width:473px;
	height:95px;
	margin-top:30px;
	-moz-border-radius:7px;
}

/* container for the scrollable items */
div.items {
	height:97px;	
	margin-left:8px;
	float:left;
	width:413px !important;
}




/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:97px;
	height:97px;
	background:url(/img/entry.gif) 0 0 no-repeat;
	font-size:60px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
}


div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-194px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	background:url(/img/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	margin:38px 0 0 0;
	cursor:pointer;
}

a.prev {
	float:left;	

}

a.next {
	background-image:url(/img/right.png);
	float:right;	

}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:255px;
	margin-left:-50px;
	width:90px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

#foto {
	border:1px solid #2d678c;
}

#foto_descr {
	padding-top:15px;
	color:#2d678c;
	font-family:Myriad Pro, Arial;
	font-size:15px;
}
#thumb {
	border:1px solid #777777;

}
