/* http://www.menucool.com */

#sliderFrame {position:relative;width:1000px; float:left;} /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/
        
#slider {
    width:1000px;height:232px;/* Make it the same size as your images */
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto;
   
}
#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:relative;
	width:600px;
    padding:0px;
	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 {
font-size:35px;
	color:#444444;
	z-index:4;
	padding:0px 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;
	padding-left:10px;
	
}



div.mc-caption a {
	color:#FB0;
}
div.mc-caption a:hover {
	color:#DA0;
}


.book{
position:absolute;
color:#FFFFFF;
font-size:30px;
background:url(/imgs/bokbtn_back.jpg) repeat-x;
z-index:10;
padding:5px 20px;
margin-top:150px;
margin-left:300px;
border-radius:5px;
-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;


}


.book:hover{

color:#000000;

}



