
/* outmost wrapper element, containing all elements  */
#scrollable {
	left:600px;
	padding:10px 120px;
	width:440px;
	height:200px;
	margin-top:30px;
	text-align:center;
	float:center;

}

/* container for the scrollable items */
div.items {
	height:250px;	
	float:left;
	width:300px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	width:300px;
	height:192px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

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

div.items a.active {
	background-position:-174px 0;		
	color:#000;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	background:url(/images/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	cursor:pointer;
	margin-top:80px;
}

a.next {
	background-image:url(/images/right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:200px;
	margin-left:-50px;
	width:100px;
	height:0px;
}


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

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

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

border:1px solid #ddd;
}
.topdiv {
	padding:10px;
	font-weight:bold;
	border:1px solid #808080;
	background:#CCCCCC;
	color:#000;
}

.botdiv {
	padding:10px;
	border:1px solid #808080;
	background:#CCCCCC;
	color:#000;
}
