/* Start of homeSlider */

#homeSlider {
background: transparent url(../images/screen.png) left top no-repeat ;
float: right ;
width: 491px ;
height: 340px ;
padding: 0 0 20px 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;
}
