@charset "utf-8";
/* CSS Document  */
a.slideprev{background-image:url(../images/gray_prev.png);display:inline;float:left;height:30px;left:auto;text-decoration:none;width:30px;z-index:4;}
a.slideprev:hover{background-position:0 -30px;}
a.slidenext{background-image:url(../images/gray_next.png);display:inline;float:left;height:30px;left:auto;text-decoration:none;width:30px;z-index:4;}
a.slidenext:hover{background-position:0 -30px;}
.displace{left:-5000px;position:absolute}
a:active,a:active *{-moz-outline-style:none !important;outline:none !important}
a:focus,a:focus *{-moz-outline-style:none !important;outline:none !important}
a:visited,a:visited *{-moz-outline-style:none !important;outline:none !important}
.toggle_container{background:#2e231d;clear:both;color:#e2d3ce;font-size:14px;margin:0 0 5px;overflow:hidden;padding:0;width:500px}
.toggle_container .block{padding:20px}
h2.trigger{background:url(../images/links_trigger.png) no-repeat;float:left;font-size:16px;font-weight:400;height:46px;line-height:46px;margin:0 0 5px;padding:0 0 0 50px;width:450px}
h2.trigger a{color:#836d5f;font-family: Georgia, serif;font-size:18px;line-height:46px;text-shadow: 0px 0px 15px #1d0d03; font-weight:normal; text-decoration:none}
h2.trigger a:hover{color:#e2d3ce}
h2.active{background-position:left bottom}
#slider ul,#slider li,#slider2 ul,#slider2 li{list-style:none;margin:0;padding:0}
#slider2{margin-top:1em}
#slider li,#slider2 li{height:400px;overflow:hidden;width:620px}
#prevBtn,#nextBtn,#slider1next,#slider1prev{display:block;height:77px;left:-30px;position:absolute;top:71px;width:30px;z-index:1000}
#nextBtn,#slider1next{left:660px}
#prevBtn a,#nextBtn a,#slider1next a,#slider1prev a{background:url(../images/btn_prev.gif) no-repeat 0 0;display:block;height:77px;position:relative;width:30px}
#nextBtn a,#slider1next a{background:url(../images/btn_next.gif) no-repeat 0 0}
/* numeric controls  */ol#controls{float:right;height:20px;margin:1em 0;padding:0;}
ol#controls li{float:left;height:10px;list-style:none;margin:0 2px 0 10px;padding:0;width:10px}
ol#controls li a{background:#1d0d03;color:#1d0d03;float:left;font-family:"Century Gothic", Verdana, Arial;font-size:0;height:10px;line-height:10px;padding:0;text-decoration:none;width:10px;-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
-moz-background-clip: padding;-webkit-background-clip: padding-box;
background-clip: padding-box;}
ol#controls li.current a{background:#836d5f;color:#836d5f;-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
-moz-background-clip: padding;-webkit-background-clip: padding-box;
background-clip: padding-box;}
ol#controls li a:focus,#prevBtn a:focus,#nextBtn a:focus{outline:none}