/* root element for the whole scrollable setup */
img	{
	border: 0;
	}
div.scrollable {
	position: relative;
	float: left;
	display: inline;
	overflow: hidden;
	width: 740px;	 
	height: 270px;
	clear: both;
	border: 1px solid #ccc;
	/* background: url(shell/bg-scroller.gif) no-repeat; */
}
body.dc04-garage-door div.scrollable	{
	border: 0!important;
	height: 290px;
	}	
/* position and dimensions of the navigator */
div.navi {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 15px;
	clear: both;
	overflow:hidden;
	z-index: 1000;
}
body.dc04-garage-door div.navi {
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 15px;
	clear: both;
	overflow:hidden;
	z-index: 1000;
}






/* items inside navigator */
div.navi a {
	width: 11px;
	height: 11px;
	float: left;
	margin: 3px 2px;
	background-image: url(shell/navi.png);
	background-repeat: no-repeat;
	background-position: 0 0;     
	cursor: pointer;	
}
/* mouseover state */
div.navi a:hover {
	background-position:0 -11px;      
}
/* active state (current page state) */
div.navi a.active {
	background-position:0 -22px;     
}  
/* root element for the whole scrollable setup */

img	{
	border: 0;
	}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs, #thumbs-alt {	
	position:absolute;
	width:20000em;	
	clear:both;
	}
#thumbs img	{
	width: 200px;
	height: 200px;
	margin: 0 5px;
	}
#thumbs-alt img	{
	width: 360px;
	height: 257px;
	margin: 0;
	text-align: center;
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	border: 1px solid #666;
	}
/* *+html #thumbs-alt img	{
	border: 1px solid #666;
	}
#thumbs-alt img	{
	border: 1px solid #666\0/;
	} */	
#thumbs-alt div {
	float:left;
	display: inline;
	width:370px;
	height:280px;
	margin: 0!important;
	text-align: center;
	color:#fff;
	cursor:default;
}
/* single item */
#thumbs div {
	float:left;
	display: inline;
	width:235px;
	height:242px;
	color:#fff;
	cursor:pointer;
	margin: 5px 15px 0 0!important;
	text-align: center;
}
#thumbs h3 {			
	font-size: 12px;
	background-image: none!important;	
}
#thumbs p {
	margin: 0 0 10px 0px;		
	font-size: 12px;
}

/* style when mouse is over the item */
/*  #thumbs div.hover {
	background-color:#444;	
}  */

/* style when element is active (clicked) */
#thumbs div.active, #thumbs-alt div.active {
	cursor:default;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:20px;
	height:20px;
	background:url(shell/left.gif) no-repeat;
	position: absolute;
	z-index: 1000;
	background-position: 0 0;
	cursor:pointer;
	text-decoration: none!important;
}
a.next, a.nextPage {
	background-image:url(shell/right.gif);
	width: 20px;
	height: 20px;
	clear:right;	
	text-decoration: none!important;
}
a.prev, a.prevPage	{
	top: 265px;
	left: 25px;
	}
a.next,	 a.nextPage	{
	top: 265px;
	left: 48px;
	}	
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0 -20px!important;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}	
body.dc04-garage-door a.prev, body.dc04-garage-door a.prevPage	{
	top: 5px;
	left: 10px;
	background:url(shell/btn-next-prev.png) no-repeat top left;
	}
body.dc04-garage-door a.next, body.dc04-garage-door a.nextPage	{
	top: 5px;
	left: 30px;
	background:url(shell/btn-next-prev.png) no-repeat top right;
	}
body.dc04-garage-door a:hover.next, body.dc04-garage-door a:hover.nextPage	{
	top: 5px;
	left: 30px;
	background:url(shell/btn-next-prev.png) no-repeat bottom right!important;
	}
body.dc04-garage-door a:hover.prev, body.dc04-garage-door a:hover.prevPage	{
	top: 5px;
	left: 10px;
	background:url(shell/btn-next-prev.png) no-repeat bottom left;
	}		
.pause	{
	position: absolute; 
	right: 44px; 
	top: 272px; 
	background: none; 
	border: none; 
	width: 20px;
	cursor: pointer;
	}
