/* CSS Document */

/* this makes it possible to add next button beside scrollable */
.scrollablelinkCon {background:url(../i/scrollablelinkCon_BG.gif) top left no-repeat; display:block; float:left; width:850px; text-shadow:0 1px 0 #dde5e7; position:relative;}
.scrollablelinkCon .badge {display:block; position:absolute; top:0; left:0; width:120px; height:100px; background:url(../i/CornerBadgeFeatured.png) top left no-repeat; z-index:400;}

div.scrollable {
	float:left;	
	position:relative;
	overflow:hidden;
	width: 799px;	 
	height:296px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #c1c1c1;
	left:5px;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:20px;
	height:60px;
	background:url(../i/leftlg.png) no-repeat;
	float:left;
	margin:43px 0;
	cursor:pointer;
	position:relative;
	left:5px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -60px;		
}

/* disabled navigational button */
a.disabled {
	visibility:visible !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../i/rightlg.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:400px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../i/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:0;
	background:transparent;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}



/* single item */
#thumbs div {
	float:left;
	width:265px;
	height:300px;
	color:#b1b8ba;
	border-left:1px solid #d7d7d7;
	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#f1f5f6;	
	cursor:default;
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#660606;
	cursor:default;
}

#thumbs h3 {background: #99a0a2;color:#F1F5F6; font-size:12px; font-weight:bold; padding:12px; text-transform:uppercase; text-shadow:0 -1px 0 #69787D;}
#thumbs p {color:#63686a; margin:13px; line-height:20px;}
.blue a {margin:13px; color:#565e60;}
#thumbs a {	
	text-decoration:underline;
}
#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
