/* root element for the whole scrollable setup */
div.scrollable {
	/* two required settings */
	position:relative;
	overflow:hidden;	 
	/* custom decoration */
	margin:0 19px;
	width: 440px;
	height:146px;
	float:left;
}

div.scrollable_overview {
	/* two required settings */
	position:relative;
	overflow:hidden;	 
	/* custom decoration */
	margin:0 19px 0 19px;
	width: 440px;
	height:60px;
	float:left;
}

div.scrollable div.items,
div.scrollable_overview div.items {	
	position:absolute;
	width:20000em;	
	clear:both;
}

div.scrollable div.items div.photo {
	margin:0;
	padding:0;
	width:110px;
	float:left;
}

#content #left #overview_album div.scrollable_overview div.items div.album h2 {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

div.scrollable_overview div.items div.album {
	margin:0;
	margin-left:10px;
	padding:8px 0 0 0;
	width:140px;
	float:left;
}

div.scrollable div.items div.photo img {
	margin:0 1px 1px 0;
	border:0;
	width:110px;
	float:left;
}

div.scrollable_overview div.items div.album a {
	line-height:15px;
	overflow:hidden;
	font-size:11px;
	text-decoration:none;
	display:block;
	color:#666;
}

div.scrollable_overview div.items div.album a:hover {
	text-decoration:underline;
}

/* active item */
div.scrollable div.items div.active {
}

a.prev, a.next, a.prevPage, a.nextPage {
	margin:65px 0 0 0;
	width:18px;
	height:18px;
	background:url(../images/scrollable/left.gif) no-repeat;
	cursor:pointer;
	display:block;
	float:left;
}

a.prev_overview, a.next_overview {
	margin:22px 0 0 0;
	width:18px;
	height:18px;
	background:url(../images/scrollable/left.gif) no-repeat;
	cursor:pointer;
	display:block;
	float:left;
}

a.next {
}

a.prev {
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover,
a.prev_overview:hover, a.next_overview:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage,
a.next_overview {
	background-image:url(../images/scrollable/right.gif);
	float:left;
}

#bigImg {
	position:relative;
	margin-top:10px;
	text-align:center;
	width:552px;
	height:368px;
	overflow:hidden; /* fool IE6 */
}

#bigImg.loading {
	background:url(../images/loader.gif) center center no-repeat;
}

#bigImg img {
	position:absolute;
	max-width:550px;
	max-height:368px;
}

#bigImg #bigControls {
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	padding:6px;
	background: #ccc url(ui/images/cccccc_1x100_textures_03_highlight_soft_75.png) repeat-x scroll 50% 50%;
	display:none;
	width:552px;
	z-index:1000;
}

#bigImg #bigControls a {
	margin:0 5px;
	text-decoration:none;
	color:#333;
}

div.navi {
	padding-top:10px;
	height:20px;
}

div.navi a {
	margin:0 3px;
	padding:0;
	background: url(../images/scrollable/navigator.gif) -16px 0 no-repeat; 
	width:8px;
	height:8px;
	cursor:pointer;
	float:left;
}

div.navi a:hover {
	background-position:-8px 0;      
}

div.navi a.active {
	background-position:0 0;     
} 	

#overview {
	margin-top:10px;
	padding:0 17px;
	background:transparent url(../images/overview.jpg) no-repeat scroll left top;
	height:190px;
	width:518px;
}

#overview_album {
	padding:0 17px;
	background:transparent url(../images/overview_album.jpg) no-repeat scroll left top;
	height:60px;
	width:518px;
}
