* {
	margin:0px;
	padding:0px;
}

div.pageHolder div.formHolder {
	text-align:left !important;
}

div.slidersPlace {
	overflow:hidden;
	width:462px;
	height:40px;
	text-align:left !important;
}

div.slidersPlace div.slideplace { 
	background-image:url(../images/sliderbackground.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	margin:15px auto;
	width:450px;
	height:10px;
	
}

div.slidersPlace div.slideplace div.slide {
	background-image:url(../images/sliderhandler.gif);
	background-repeat:no-repeat;
	background-position:3px 0px;
	margin:0px;
	margin-left:0px;
/*	display:inline;
	overflow:hidden;*/
	width:102px;
	height:20px;
} 

div.slidersPlace div.slideplace div.slide div{
	float:left;
	height:10px;
	overflow:hidden;
	color:#FFF;
	cursor:pointer;
	
}

div.slidersPlace div.slideplace div.slide div.leftarrow {
	width:15px;
	margin-left:2px;
}

div.slidersPlace div.slideplace div.slide div.centerdot {
	width:68px;
}

div.slidersPlace div.slideplace div.slide div.rightarrow {
	width:15px;
}