/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { width:140px; height:100px; display:block; float:left; margin:10px 5px 0; }

#outerContainer { width:640px; height:140px;  position:relative; background:#000000;}
#imageScroller { width:640px; height:100px; margin:auto;position:relative; background:#000000 url(images/imageScrollerBG.png) no-repeat; }
#viewer { width:600px; height:182px; overflow:hidden; margin-left:20px; position:relative; top:10px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0; }
#controls { width:534px; height:47px; background:url(images/controlsBG.png) no-repeat; position:absolute; top:4px; left:4px; z-index:10;	}
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#ffffff; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:10px; }
#rtl { background:url(images/rtl.png) no-repeat; left:100px; }
#rtl:hover { background:url(images/rtl_over.png) no-repeat; left:99px; }
#ltr { background:url(images/ltr.png) no-repeat; right:100px; }
#ltr:hover { background:url(images/ltr_over.png) no-repeat; }
.wrapper { margin-left:0px;}

#contents h2	{
	margin-bottom: 50px;
}

/* outmost wrapper element */
#scrollable {
	background-color:#000000;
	padding:10px 8px;
	width:624px;
	height:100px;
	margin-bottom: 30px;
}

/* container for the scrollable items */
div.items {
	height:120px;	
	float:left;
	width:554px !important;
	margin: 0 4px 0 12px;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:10px;
	margin-top:5px;
	width:130px;
	height:50px;
	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:24px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
}

a.prev, a.next {
	background:url("../images/arrow_left.png") no-repeat 0 0;
	display:block;
	width:24px;
	height:24px;
	float:left;	
	margin:40px 0 0 0;
	cursor:pointer;
}
a.next {
margin-left:6px;
	background-image:url("../images/arrow_right.png");
}

a.prev:hover {
	background-position:0 -24px;		
}

a.next:hover {
	background-position:0 -24px;		
}



