#slider_container_1 {padding:10px; width:980px; background: #0099FF; -moz-border-radius: 15px 15px; -webkit-border-radius: 15px 15px; border-radius: 15px 15px; }

#SliderName{
	width: 980px;
	height:290px;
	margin: auto;
}

.SliderNamePrev{
	background: url(../img/left.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 138px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../img/right.gif) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 138px;
	right: 10px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
}

#SliderNameNavigation { margin:0px; padding:0px; height:30px; text-align: center; -moz-border-radius:6px 6px; background: #fff; }
.emailbtn{
padding:6px;margin-left:5px;font-weight:bold;border:2px solid #0099ff;color:#0066ff;
}
#overlay_form{
	position: absolute;
	border: 5px solid gray;
	padding: 10px;
	background: white;
	width: 280px;
	height: 220px;
	margin-top:115px;
	margin-left:303px;
}
#pop{
	display: block;
	border: 1px solid gray;
	text-align: center;
	padding: 6px;
	color:#0066ff;
	font-weight:bold;
	border:2px solid #0099ff;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 5px;
}
#pop:hover{
color:#000;
cursor:pointer;
}

/*Start Side Left Pannel*/
.panel {
position: fixed;
top: 230px;
left: 72px;
display: none;
background: #000000;
border:1px solid #111111;
width: 330px;
height: auto;
padding: 30px 30px 30px 45px;
filter: alpha(opacity=85);
opacity: .85;
z-index:1;
}
.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
font-size:16px;
font-weight:bold;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}
a.trigger{
z-index: 1;
position: fixed;
text-decoration: none;
top: 230px;
left: 0;
font-size: 18px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 0px 20px 0px;
font-weight: 700;
background:#333333 url(../images/sideplus.png) 85% 55% no-repeat;
border:1px solid #444444;
display: block;
}

a.trigger:hover{
z-index:1;
position: fixed;
text-decoration: none;
top: 230px; left: 0;
font-size: 18px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 0px 20px 0px;
font-weight: 700;
background:#222222 url(../images/sideplus.png) 85% 55% no-repeat;
border:1px solid #444444;
display: block;
}

a.active.trigger {
background:#222222 url(../images/sideminus.png) 85% 55% no-repeat;
}
/*End Side Left Pannel*/