#sliderFrame {
    position:absolute;
    width:1024px;
    margin:0 auto; /*center-aligned*/
}

#slider, #slider div.sliderInner {
    width:1024px;height:400px;/* Must be the same size as the slider images */
}

#slider {
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:absolute;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* ------ built-in navigation bullets wrapper ------*/
#slider div.navBulletsWrapper  {
    display:none;
}

/* --------- Others ------- */

#slider div.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;
}

#slider img {
	position:absolute; border:none; display:none;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	font: bold 18px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}



/* ####### FOR AWARD PAGE START ######## */

#sliderFrame1 {
    position:absolute;
    width:400px;
    margin:0 auto; /*center-aligned*/
}

#slider1, #slider1 div.sliderInner {
    width:400px;height:250px;/* Must be the same size as the slider images */
}

#slider1 {
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:absolute;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* ------ built-in navigation bullets wrapper ------*/
#slider1 div.navBulletsWrapper  {
    display:none;
}

/* --------- Others ------- */

#slider1 div.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;
}

#slider1 img {
	position:absolute; border:none; display:none;
}

/* Caption styles */
#slider1 div.mc-caption-bg, #slider1 div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider1 div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider1 div.mc-caption-bg2 {
    background:none;
}
#slider1 div.mc-caption {
	font: bold 18px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
#slider1 div.mc-caption a {
	color:#FB0;
}
#slider1 div.mc-caption a:hover {
	color:#DA0;
}
/* ####### FOR AWARD PAGE END ######## */