div.gallery{
	width:678px;
	float: left;
	}


div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 608px; 
    height:350px; 
	margin:0 auto;
	margin-left:20px;
} 
 

div.scrollable div.items {
	/* this cannot be too large */ 
    width:20000em;
	position:absolute;
	top: 9px;
} 
 

div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:0px inset #ccc; 
    background-color:#fff; 
}


/* this makes it possible to add next button beside scrollable 
.scrollable {
	float:left;	
}*/


/*.scrollable img {
	float:right;
	background-color:#fff;
	cursor:pointer;
	width:678px;
	height:350px;
	
}*/

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:34px;
	height:34px;
	cursor:pointer;
	font-size:1px;
}

a.prevPage{
	/*position:absolute;
	margin:150px -10px 0 0;*/
	float:left;
	}
	
a.nextPage{
	/*position:absolute;
	margin:160px 0 0 700px;*/
	float:right;
	}
	
div.mybuttons{
		z-index:500000;
		position:absolute;
		margin-top:150px;
		margin-left:5px;
		width:638px;
		}

/* right */
a.right 				{ background-position: 0 -34px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-34px -34px; }
/*a.right:active 	{ background-position:-100px -50px; } */


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-34px 0; }
/*a.left:active  	{ background-position:-100px -150px; }*/

a.up:hover  		{ background-position:-34px 0; }
a.up:active  		{ background-position:-100px 0; }

/* down */
a.down 				{ background-position: 0 -34px; }
a.down:hover  		{ background-position:-34px -34px; }
a.down:active  	{ background-position:-100px -34px; } 

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 
.scroll1{
	float:left;
	width:300px;
}
.scroll1 a{
	color:#8ac422;
	font-size:18px;
	text-decoration:none;
	background:url(../images/bullet4.jpg) left center no-repeat;
	padding-left:30px;
}
.scroll2{
	float:left;
	width:150px;
}
.scroll3{
	float:left;
	width:50px;
}
.scroll3 img{
	padding:10px 0px;
}