﻿.scrollableWrap {
    text-align: right;
	overflow: hidden;
}

.scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 198px;
	height: 228px;
	/*z-index: 99999;*/
	float: right;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
}

.items div {
	float: left;
	width: 190px;
	height: 220px;
	overflow: hidden;
	border: solid 1px #dadae0;
	padding: 3px;
}

/* single scrollable item */
.scrollable img {
	float: left;
	margin: 0px;
	background-color: #fff;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(/portals/beach/images/hori_large.png) no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right 	    { background-position: 0 -30px; }
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; }

/* left */
a.left			{ } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }