/* Start of homeSlider */

#folioSlider {
background: transparent url(../images/screen.png) left top no-repeat ;
float: right ;
width: 491px ;
height: 340px ;
padding: 0 0 10px 0 ;
}


/* Start of Flow Player REMOVE IF NOT REQUIRED */

/* container for slides */
.images {	
	width:453px;	
	height:310px;
	position: relative ;
	float:left;	
	margin:0px;
	cursor:pointer;
		
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top: 0px;
	left:0px;		
	margin:12px 0 0 23px;
	height:310px;
	font-size:12px;
}


/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	width: 170px ;
	margin: 0 auto ;
}

/* single tab */
.tabs a {
	width:11px;
	height:12px;
	float:left;
	margin:3px;
	background:url(../images/folio/folio_nav_btns.png) 0 2px no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -9px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -20px;     
}