#sliderFrame {
	position:relative;
	width:650px;
	margin: 0 auto;
	padding-top: 0px;
} /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/
        
#slider {
	width:650px;
	height:90px;
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	padding-top: 0px;
}
#slider img {
	position:absolute;
	border:none;
	display:none;
	padding-top: 20px;
}

div.navBulletsWrapper  {
	top:650px; left:90px;
	width:150px;
	background:none;
	padding-left:20px;
	position:relative;
	z-index:5;
	cursor:pointer;
}

div.navBulletsWrapper div 
{
    width:11px; height:11px;
    background:transparent url(bullet.png) no-repeat 0 0;
    float:left;overflow:hidden;vertical-align:middle;cursor:pointer;
    margin-right:11px;
    _position:relative;/
}

div.navBulletsWrapper div.active {background-position:0 -11px;}
