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

#sliderFrame {position:relative;width:960px;margin: 0 auto;padding:0 0 20px;} /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/

#slider {
    width:960px;height:306px;/* Make it the same size as your images */
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
    box-shadow: 0px 1px 5px #999999;
}
#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%;
	text-decoration:none;
}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:0;
	left:30px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	top:50px;
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
div.mc-caption-bg {
	background-color:none;
}
div.mc-caption {
	font: bold 14px/20px Arial;
	color:#333;
	z-index:4;
	padding:15px 0;/*Adding a padding-left or padding-right here will make the caption area wider than its background. Sometimes you may need to define its width again here to keep it the same width as its background area (div.mc-caption-bg).*/
	text-align:left;
}
div.mc-caption h1 {
	font: normal 52px/52px Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#39A6B6;
	padding:10px 0 0 30px;
	margin:0;
}
div.mc-caption h3 {
	font:bold 36px Georgia, serif;
	font-style:italic;
	line-height:40px;
	padding:5px 0 0 30px;
	margin:0;
	color:#749E0E;
}
div.mc-caption ul {
    margin: 15px 0 0 50px;
    padding: 0;
}
div.mc-caption ul li {
    color: #333;
    font:normal 18px Trebuchet MS,Arial,Helvetica,sans-serif;
	line-height:22px;
    list-style: square;
    margin: 0 0 5px;
}
div.mc-caption a {
	text-decoration:none;
}
div.mc-caption a:hover {
	text-decoration:none;
}
div.mc-caption div.buttonBlue {
	padding: 0;
	margin: 15px 0 5px;
}
div.mc-caption div.buttonBlue a {
	font: normal 13px Arial, Helvetica, sans-serif !important;
	color: #fff;
	padding: 4px 10px !important;
	text-decoration:none !important;
	min-width: .8em;
	width: auto;
	margin: auto 0;
	position:relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #39A6B6;
	text-shadow:1px 1px 0px rgba(0, 0, 0, 0.3);
	transition: all .25s ease 0s;
	background-color: #39A6B6;
	background-image: -moz-linear-gradient( top, #84c7cf 0%, #39A6B6);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#84c7cf), to(#39A6B6));
	background-image: -webkit-linear-gradient(#84c7cf, #39A6B6);
	background-image: -moz-linear-gradient(#84c7cf, #39A6B6);
	background-image: -ms-linear-gradient(#84c7cf, #39A6B6);
	background-image: -o-linear-gradient(#84c7cf, #39A6B6);
	background-image: linear-gradient(#84c7cf, #39A6B6);
	behavior: url(css/PIE.htc);
	-pie-background: linear-gradient(#84c7cf, #39A6B6);
}
div.mc-caption div.buttonBlue a:hover {
	color:#fff;
	background-color: #4eb0be;
	background-image: -moz-linear-gradient( top, #a2d6dc 0%, #4eb0be);
	background-image: -webkit-gradient( linear, left top, left bottom, from(#a2d6dc), to(#4eb0be));
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#a2d6dc), to(#4eb0be));
	background-image: -webkit-linear-gradient(#a2d6dc, #4eb0be);
	background-image: -moz-linear-gradient(#a2d6dc, #4eb0be);
	background-image: -ms-linear-gradient(#a2d6dc, #4eb0be);
	background-image: -o-linear-gradient(#a2d6dc, #4eb0be);
	background-image: linear-gradient(#a2d6dc, #4eb0be);
	-pie-background: linear-gradient(#a2d6dc, #4eb0be);
}


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

/* each bullet */
div.navBulletsWrapper div 
{
    width:11px; height:11px;
    background:transparent url(../img/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);
}
