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

#sliderFrame {
	position:center;
	width:600px;
	margin: 0 auto;
	left: 40px;
	top: -50px;
	height: 306px;


} /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/

/*#ribbon {width:111px;height:111px;position:absolute;top:-4px;left:-4px;background:url(ribbon.png) no-repeat;z-index:7;}*/
        
#slider {
	width:600px;
	height:306px;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto;
	box-shadow: 0px 0px 0px;
	left: 7px;
	top: -9px;



}
#slider img {
	position:absolute;
	border:none;
	display:none;
	width: 600px;
	height: 316px;
	left: 38px;
	top: -104px;




}

/* 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%;
}
/*------------------------------------ button----------------------------------------------*/

#button {
	width: 11em;
	border-right: 0.0px solid  #000;
	padding: 0 0 5em 0;
	margin-bottom: 0.9em;
	font-family: GIST-TMOTChanakya;
	font-size: 16px;

	/*background-color: #90bade;
	color: #333;*/
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;

}
	
#button li {
	border-bottom: 0px soft  #90bade;
	margin: 1.5px;
	list-style: none;
	list-style-image: none;
	font-size: 16px;

}
	
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px soft  #1958b7;
	border-right: 5px soft #508fc4;
	background-color:#848484;
	color: #FE2E2E;
	text-decoration: none;
	width: 200%;
	font-size: 15px;

}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 5px solid #1c64d1;
	border-right: 5px solid #5ba3e0;
	background-color: #000000;
	color:#000000;
}

/*--------------button2-------------------------------
#menu5 {
	width: 200px;
	margin: 10px;
}
	
#menu5 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #FFF;
	display: block;
	background:  url(menu5.gif);
	padding: 8px 0 0 10px;
}
	
#menu5 li a:hover {
	color: #FFF;
	background:  url(menu5.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
#menu5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}*/


/* Caption styles */
/*div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:0;
	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;
}
div.mc-caption-bg {
	background-color:black;
}
div.mc-captio
