@charset "utf-8";
/* CSS Document */

#intro {
    padding-bottom: 10px;
}

#slider {
	padding:10px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 410px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 410px;
    width: 850px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
	font:14px "trebuchet MS", arial;
    color:#532f11;
	padding: 2px 5px;
    text-decoration: none;
}

ul.navigation a:hover,
ul.navigation a.selected {
	background-color:#f2f1f1;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 220px;
}

img.scrollButtons.left {
    left: -12px;
	background:url(../images/prev_nrml.png);
	width:25px;
	height:51px;
}
img.scrollButtons.left:hover {
	background:url(../images/prev_hvr.png);
	width:25px;
	height:51px;
}


img.scrollButtons.right {
    right: -9px;
	background:url(../images/next_nrml.png);
	width:25px;
	height:51px;
}

img.scrollButtons.right:hover {
	background:url(../images/next_hovr.png);
	width:25px;
	height:51px;
}



.hide {
    display: none;
}

.alert-msg-div{z-index:2013;width:330px;height:70px;border:1px solid #c2c2c2;background-color:#ffffff;display:none;position:fixed;left:50%;top:0;margin-left:-90px;margin-top:-25px;top:50%}
 .alert-msg-div-img{height:60px;background:url('../images/alert.png') no-repeat;width:70px;float:left;margin-left:4px}
 .alert-msg-div-text{padding-top:20px;padding-left:0px;font-size:13px;font-weight:bold;width:250px;float:right} 