

#slider, #slider div.sliderInner {
    width:359px;height:360px;margin:0 auto;
}

#slider { position:relative; margin:0 auto; }

/* ------ built-in navigation bullets wrapper ------*/
#slider div.navBulletsWrapper  {
    top:320px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(../images/bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

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


/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(../images/loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}

#slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}


@media only screen and (max-width: 1300px) {
	#slider, #slider div.sliderInner { height:320px; } 
}  
@media only screen and (max-width: 1000px) {
	#slider, #slider div.sliderInner { height:320px; } 
}
/* iPads (portrait) ----------- */
@media only screen and (max-width: 820px) {
	#slider, #slider div.sliderInner { height:300px; } 
}

@media only screen and (max-width: 700px) {
	#slider, #slider div.sliderInner { height:250px; } 
}
@media only screen and (max-width: 600px) {
	#slider, #slider div.sliderInner { height:200px; } 
}
/* small tablet ----------------*/
@media only screen and (max-width: 480px) {
	#slider, #slider div.sliderInner { height:180px; } 
}
@media only screen and (max-width: 380px) {
	#slider, #slider div.sliderInner { height:145px; } 
}
/* iphone ----------------*/
@media only screen and (max-width: 320px) {
	#slider, #slider div.sliderInner { height:108px; } 
}  