/* http://www.menucool.com */

#sliderFrame {
	position: relative;
	/* [disabled]width:700px; */
	margin: 0 auto;
} /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/

#slider {
	width: 250px;/* Make it the same size as your images */
	height: 250px;/* Make it the same size as your images */
	background: #fff url(loading.gif) no-repeat 50% 50%;
	position: relative;
	margin: 0 auto;/*make the image slider center-aligned */
	box-shadow: 0px 1px 5px #999999;
}




/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper  {
	top: 255px;
	left: 41px; /* Refer to demo 8's CSS file that has an easier approach to center the nav bullets */
	width: 150px;
	background: none;
	padding-left: 20px;
	position: relative;
	z-index: 5;
	cursor: pointer;
}

/* each bullet */
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;/* distance between each bullet*/
    _position:relative;/*IE6 hack*/
}

div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */

.loading 
{
    width:100%; height:100%;
    background:transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}
#sliderFrame #slider img {
	max-width: 100%;
}
