#sliderFrame {
	position:relative;
	width:100%;
	float:right;
	}
#slider {
    width:100%;height:310px;/* Make it the same size as your images */
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin-left:0;/*make the image slider center-aligned navWrapper*/
}
#slider img {
	position:absolute;
	border:none;
	display:none;
}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	left:0px;
	width:100%;
	height:80px;
	bottom:0px;
	z-index:3;
	overflow:hidden;
	font-size: 0;
	padding: 0 10px 3px 10px;
}
div.mc-caption-bg {
	background-color:#000;
	border-top:1px solid #600;
/*	border-radius: 5px;*/
}
div.mc-caption {
	font:14px Calibri;
	color:#fff;
	z-index:4;
	padding:2px 0;
	text-align:left;
}
div.mc-caption a {
	color:#FB0;
	text-decoration:none;
}
div.mc-caption a:hover {
	color:#DA0;
}
div.mc-caption .banl
{
font-size:20px;
font-weight:bold;
color:#9F3;
text-align:left;
}
div.navWrapper  {
	top:-300px; left:10px; /* Its position is relative to the #slider */
	width:100%;
	float:left;
	position:relative;
	z-index:3;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:32px;
	font-weight:bold;
	color:#FFF;
	height:0px;
}
div.nav1 {
	width:500px;
	float:left;
}
div.nav2 {
	width:155px;
	float:right;
	margin-top:217px;
}

div.navdiv  {
	top:-300px; left:10px; /* Its position is relative to the #slider */
	width:100%;
	float:left;
	position:inherit;
	z-index:5;
	cursor:pointer;
	height:250px;
	display:block;
	background-image:url(../images/cap1.png);
}
div.caps
{
	background-color:#CCC;
}
.hid1
{
display:none
}

/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper  {
	top:296px; left:10px; /* Its position is relative to the #slider */
	width:185px;
	float:right;
	background:none;
	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:5px;/* distance between each bullet*/
    _position:relative;/*IE6 hack*/
}

div.navBulletsWrapper div.active {background-position:0 -11px;}
/* --------- Others ------- */
#slider 
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}