
/*Slider Classes*/
#sliderContent{
	float:left;
	text-align:left;
	width:618px;
	height:300px;
	margin:auto;
}
/*have to increase the width of viewer to the number of items rows*/
.viewer{
	width:618px;
	height:300px;
	margin:0 auto 10px;
	overflow:hidden;
	position:relative;
}
/*have to increase the width of content-conveyer to the number of items rows*/
.content-conveyor{ 
	width:618px;
	height:300px;
	position:relative;
}
.item{
	float:left;
	width:309px;
	height:300px;
	font-family:Tahoma;
}


