@charset "utf-8";
/* CSS Document */

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:580px;
	height:210px;
	text-align:left;
	margin-left:40px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable div{
	float:left;
	margin:0 15px 0 5px;
	background-color:none;
	padding:0 0 0 0 ;
	border:none;
	cursor:pointer;
	width:174px;
	height:200px;
	color:#ffdb85;
	font-size:16px;
	font-family:"Palatino Linotype", Tahoma, Geneva, sans-serif;
	display:inline-block;
	}
.scrollable img {
	/*float:left;
	margin:0 10px 0 10px;
	background-color:none;
	padding:0 0 0 0 ;
	border:none;
	cursor:pointer;*/
	width:193px;
	height:188px;
	clear:both;
}
.scrollable p{ position:relative; clear:both; text-align:center; font-weight:bold;}
/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

a.browse {
	display:block;
	width:23px;
	height:41px;
	float:left;
	margin:70px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 			{ background:url(/img/design/shw_imgarrowgal2.png) left top no-repeat; clear:right;  float:right; margin-top:-140px;}
a.right:hover 		{  }
a.right:active 	{ } 


/* left */
a.left				{ background:url(/img/design/shw_imgarrowgal1.png) left top no-repeat; } 
a.left:hover  		{  }
a.left:active  	{}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	



