.slideshow-controls {
	position: absolute;
	z-index: 1000;
	top: 226px;
	left: 420px;
}

.scrollable-ads {
	clear: both;
	float: left;
	width: 932px;
	margin: 0 0 10px 15px;
	display: inline;
}

.scrollable-numbers {
	position: absolute;
	z-index: 1000;
	top: 268px;
	left: 946px;
}

.scrollable-single {
	width: 103px;
	position: relative;	
}
.scrollable-single-img {
	background: #8496b3 url(/images/slideshows/slideshow-single-default.gif) no-repeat 50% 50%;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable,
.scrollable2,
.scrollable3,
.scrollable4{
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:76px;
}
.scrollable2{
	width: 186px;
	height:34px;
}
.scrollable3{
	width: 891px;
	height:106px;
}
.scrollable4{
	width: 103px;
	height:103px;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items,
.scrollable3 .items3,
.scrollable4 .items4 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable2 .items2 {
	width: 186px;
	clear: both;
	position: absolute;
}
.items div,
.items2 div,
.items3 div,
.items4 div {
	float:left;
	width:1300px;
}
.items2 div {
	width:auto;
	float: right;
}
.items3 div {
	width:891px;
}
.items4 div {
	width:103px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 4px 10px 4px;
	background-color:#aaa;
	padding:0;
	width:160px;
	height:56px;
	border:1px solid #aaa;
	cursor: pointer;
}
.scrollable2 img {
	float:left;
	margin:4px 4px 4px 4px;
	background-color:transparent;
	padding:2px 0 0 0;
	width:22px;
	height:22px;
	border:none;
	cursor: pointer;
}
.scrollable3 img {
	float:left;
	margin:10px 3px 10px 0;
	background-color:#aaa;
	padding:0;
	width:295px;
	height:86px;
}
.scrollable3 img.last {
	margin-right: 0;
}
.scrollable4 img {
	float:left;
	margin:0;
	padding:0;
	width:103px;
	height:103px;
}
/* active item */
.scrollable .active {
	border:1px solid #fff;
	position:relative;
	cursor:default;
	padding: 0;
	background-color: #fff;
}
.scrollable2 .active {
	position:relative;
	cursor:default;
	width:26px;
	height:26px;
	padding: 0;
}

#slideshow-image-default {
	background: #0a2d68;
}


/* this makes it possible to add next button beside scrollable */
.scrollable,
.scrollable2,
.scrollable3,
.scrollable4 {
	float:left;	
}
.scrollable4 {
	position: relative;
	z-index: 1;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background-image:url(/images/slideshows/hori_large.png);
	background-repeat: no-repeat;
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin:34px 0px;
	cursor:pointer;
	font-size:1px;
}
.scrollable-numbers a.browse {
	margin:15px 0px;
}



.scrollable-ads a.browse {
	background-image:url(/images/slideshows/hori_large_ads.gif);
	display:block;
	width:19px;
	height:30px;
	float:left;
	margin:38px 0px;
	cursor:pointer;
	font-size:1px;
}
.scrollable-single a.browse {
	background-image:url(/images/slideshows/hori_single.gif);
	float: left;
	margin: 2px 0 2px 4px;
	height: 15px;
}

/* right */
a.right 				{ background-position: 0 -15px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-15px -15px; }
a.right:active 	{ background-position:-30px -15px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-15px 0; }
a.left:active  	{ background-position:-30px 0; }

/* right */
.scrollable-ads a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
.scrollable-ads a.right:hover 		{ background-position:-19px -30px; }
.scrollable-ads a.right:active 	{ background-position:-38px -30px; } 


/* left */
.scrollable-ads a.left				{ margin-left: 0px; } 
.scrollable-ads a.left:hover  		{ background-position:-19px 0; }
.scrollable-ads a.left:active  	{ background-position:-38px 0; }


.controlsWrap {
	
}

.controls {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(/images/slideshows/transparent-bar.png) 0 0 repeat;
	width: 103px;
	z-index: 2;
}
.controls span {
	width: 40px;
	float: right;
	display: block;
	padding: 0 3px 0 0;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
.scrollable-single a.disabled {
	visibility:visible !important;		
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
} 	
