/* @override 
	http://dev.primalcommunications.com/windley/css/scrollable.css
	http://windley.primalcommunications.com/css/scrollable.css
*/

/* @group Photo Scroller */

/* @group Outermost */

#scrollable {
	width:551px;
	height:400px;
	position: relative;
}



/* @end */

/* @group Items Container */

div.items {
	height:368px;	
	margin-left:8px;
	float:left;
	width:551px !important;
	background: transparent;
}

/* @group Single Item */

div.items a {
	display:block;
	float:left;
	margin-right:0;
	width:551px;
	height:368px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	z-index: 1 !important;
	background: #fafafa;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	cursor:default;
}

/* @end */



/* @end */

/* @group next/prev buttons */

a.prev, a.next {
	display:block;
	background-repeat:no-repeat;
	float: left;
	cursor: pointer;
	color: #555;
	padding: 23px 0 0 0 !important;
	width: 24px;
	height: 0;
	overflow: hidden;
	background: url('../img/arrows.png');
}

a.prev {
	background-position: 0 0 !important;
}

a.prev:hover {
	background-position: 0 -23px !important;
			
}

a.next {
	background-position: -24px 0 !important;		
}

a.next:hover {
	background-position: -24px -23px !important;
}

/* @end */

/* @group Navigator */

.navi {
	position:relative;
	display: block;
	float: left;
	padding: 10px 2px;
}

/* @group Navigator Items */

.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

.navi span:hover {
	background-position:0 -8px;      
}

.navi span.active {
	background-position:0 -16px;     
}

/* @end */



/* @end */

/* @end */

/* @group Tab Scroller */

/* @group Outermost */

#tablists {
	width:300px;
	height:500px;
	position: relative;
}



/* @end */

/* @group Items Container */

.tabitems {
	height:460px;	
	float:left;
	width:290px;
	overflow: ;
}

/* @group Single Item */

.tabitems .pList {
	display:block;
	float:left;
	margin-right:0;
	width:290px;
	height:460px;
	overflow: auto;
	text-decoration:none;
	cursor:pointer;
}

/* @end */



/* @end */

/* @group next/prev buttons */

a.prev, a.next {
	display:block;
	background-repeat:no-repeat;	
	margin:6px 0 0 0;
	float: left;
	cursor: pointer;
	color: #555;
	padding-top: 23px;
	width: 24px;
	height: 0;
	overflow: hidden;
	background: url('../img/arrows.png');
}

a.prev {
	background-position: top left;
}

a.prev:hover {
	background-position: bottom left;
			
}

a.next {
	background-position: top right;		
}

a.next:hover {
	background-position: bottom right;
}

/* @end */

/* @group Navigator */

#pNav {
	position:relative;
	display: block;
	float: left;
	padding: 0;
}

/* @group Navigator Items */

.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

.navi span:hover {
	background-position:0 -8px;      
}

.navi span.active {
	background-position:0 -16px;     
}

/* @end */



/* @end */

/* @end */ 	

