#screenshots{
margin: 114px 0 0 51px;
	width: 224px;
}

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 224px;
	height:322px;
margin: 0 0 100px 0;
}
/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;
}
/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	width:224px;
	font-size:30px;
	font-family: 'bitstream vera sans';
}

/* active item */
div.scrollable div.items div.active {}


#screenshots a{
	xdisplay:block;
	height:27px;
	width: 35px;
	float:left;
	cursor:pointer;
margin:0;
}



#screenshots a.prev,
#screenshots a.prevPage {
background:url(/images/v3/products/arrows.gif) no-repeat left top;
margin: 0 0 0 77px;
}
#screenshots a.next,
#screenshots a.nextPage {
background:url(/images/v3/products/arrows.gif) no-repeat right top;
margin: 0 77px 0 0;
}

#screenshots a.prev:hover,
#screenshots a.prevPage:hover{
background-position: left bottom;
}
#screenshots a.next:hover,
#screenshots a.nextPage:hover {
background-position:right bottom;
}

a#prev.disabled {
background:url(/images/v3/products/arrows.gif) no-repeat left -27px !important;
cursor:default;
}
a#next.disabled {
background:url(/images/v3/products/arrows.gif) no-repeat right -27px !important;
cursor:default;
}



#scr_pagination{
	width:224px;
	height:7px;
	text-align:center !important;
margin: 0 40px 0 51px;
}


#scr_pagination a {
	width:7px !important;
	height:7px !important;
	display:inline-block;
	margin:0 3px !important;
padding: 0;
	background:url(/images/v3/products/navigator.gif) 0 0 no-repeat;     
	cursor:pointer;
}


#scr_pagination a:hover {
	background-position:0 -8px;      
}

#scr_pagination a.active {
	background-position:0 -8px;     
}