﻿
/* this makes it possible to add next button beside scrollable */
.scrollable {
    border:1px solid #CCCCCC;
	float:left;
	height:200px;
	overflow:hidden;
	position:relative;
	width:520px;
}

.scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
} 

.scrollable img {
    float:left;
    margin:0px 0px 0px 0px;
    background-color:#fff;
    padding:0px;
    border:0px solid #ccc;
    cursor:pointer;
    width:350px;
    height:200px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.scrollable .active {
    border:0px solid #000;
    z-index:9999;
    position:relative;
}
        

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:50px;
	height:50px;
	float:left;
	/*margin:70px 10px;*/
	cursor:pointer;
	font-size:1px;
	position:absolute;
	top:75px;
}

.shadow
{
	width: 5px;
	height:230px;
	position:absolute;
	top:-17px;
	z-index: 1250;
}

.sLeft
{
	left: 0;
}

.sRight
{
	right: 0;
}

/* right */
a.right { background:url(../Images/Clients/btn_right.png) no-repeat; clear:right; margin-right: 0px; right:15px;}
a.right:hover { background:url(../Images/Clients/btn_right_roll.png) no-repeat; }
a.right:active {  } 


/* left */
a.left { background:url(../Images/Clients/btn_left.png) no-repeat; left:15px; z-index:1000; } 
a.left:hover { background:url(../Images/Clients/btn_left_roll.png) no-repeat; }
a.left:active {  }


