/* http://www.menucool.com */

#sliderFrame {position: absolute;width:100%;height:452px; top:0; z-index:0;}
   
#slider {
    width:100%; height:452px;/* Make it the same size as your images */
    background:#fff url(loading.gif) no-repeat;
    position: absolute; right:0;
	background-position: center!important;
}
#slider img {position:absolute; right:0; border:none; display:none; width:100%;height:100%;}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;right:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider a.video {
	background:transparent url(video.png) no-repeat 50% 50%; width:100%; height:452px; overflow:hidden;
}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {position:absolute;left:45%; top:150px;z-index:20;width:45%; }
	
div.mc-caption-bg {}
div.mc-caption {z-index:4; }
div.mc-caption a {}
div.mc-caption a:hover { opacity:1;}

.mc-caption h2, .mc-caption h2 a {color:#ffffff; font-family: 'helvetica_neueblackcondobl'; font-size:45px; text-shadow:#000000 1px 1px 3px;}
.mc-caption p{color:#ffffff; font-family: 'helvetica_neueblackcondobl'; font-size:20px;}
 #mcVideo{ float:right;  width:1920px; /*width:100%;*/ height:452px; overflow:hidden;}
 


/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper  { display:none;
	top:320px; left:280px; /* Its position is relative to the #slider */
	width:150px;
	background:none;
	padding-left:20px;
	position:relative;
	z-index:5;
	cursor:pointer;
}

/* each bullet */
div.navBulletsWrapper div 
{display:none;
    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 ------- */
#slider 
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}

.Prev, .Next{width:71px; height: 224px; margin:0; display: block; background: url(bg_direction_nav.png) no-repeat 0 0; position: absolute; top:55px; z-index: 10; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;}
.Next {background-position: 100% 0; right: 0px;}
.Prev {left: 0px;}