/* this makes it possible to add next button beside scrollable */
div.scrollable,div.scrollable2,div.scrollable3,div.scrollable4 {
	float:none;
	padding: 0;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../Images//scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 2px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../Images//scrollable/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:200px;
	height:20px;
	position: absolute;
	margin-left: 140px;
	margin-top: -27px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../Images//scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

div.scrollable,div.scrollable2,div.scrollable3 ,div.scrollable4{
	position:relative;
	overflow:hidden;
	width: 592px;
	height:229px;
	margin-left: 2px;
	margin-top: 0px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:left;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}



/* single item */
#thumbs div {
	float:left;
	width:148px;
	height:228px;
	color:#AD8D76;
	cursor:pointer;
	background-color: #654930;
	line-height: 110%;
	border-right: 1px solid #8F6845;
	background-image: url(../Images/bp4.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


/* style when mouse is over the item */
#thumbs div.active {
	background-color:#412E1D;
	background-image: url(../Images/bp6.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color:#FFFFFF;	
}

/* style when element is active (clicked) */
#thumbs div.hover {
	cursor:default;
	color:#FFFFFF;
	background-color: #BE792D;
	background-image: url(../Images/bp5.jpg);
	background-position: top;
	background-repeat: repeat-x;	
}

.m_box_2 #thumbs div {
	float:left;
	width:148px;
	height:100px;
	color:#A2A67C;
	cursor:pointer;
	background-color: #61633E;
	line-height: 105%;
	border-right: 1px solid #84884F;
	background-image:url(../Images/sb1.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


/* style when mouse is over the item */
.m_box_2 #thumbs div.active {
	background-color:#454731;
	background-image: url(../Images/sb3.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color:#F0FFB7;	
}



/* style when element is active (clicked) */
.m_box_2 #thumbs div.hover {
	cursor:default;
	color:#FFFFFF;
	background-color: #A0A544;
	background-image: url(../Images/sb2.jpg);
	background-position: top;
	background-repeat: repeat-x;	
}
.m_box_2 #thumbs p {
	margin-top: -14px;
}

#thumbs h3 {
	padding: 8px;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	height: 30px;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:0px;
	font-size:11px;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
#thumbs p {
	margin: 10px;
}
.blue {
	padding: 10px;
}

