@charset "utf-8";
.shadowPopUp {
	width: 386px;
	background-image: url(../images/popBg.png);
	background-position: 0px -27px;
	position: fixed;
	padding-bottom: 10px;
	display:none;
	left: auto; 
	right: 0; 
	top: auto; 
	bottom: 0;
}
.popClose {
	float: left;
	padding-top: 17px;
	padding-left: 23px;
}
.popClose a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}


.popClose a:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.arrowButton {
	width: 35px;
	height: 20px;
	float: right;
	padding-top: 35px;
	padding-right: 25px;
}
.preButton a{
	height: 17px;
	width: 14px;
	display: block;
	background-image: url(../images/popBg.png);
	background-position: 51px -5px;
	float: left;
}
.preButton a:hover{
	height: 17px;
	width: 14px;
	display: block;
	background-image: url(../images/popBg.png);
	background-position: 96px -5px;
}


.nextButon a{
	height: 17px;
	width: 14px;
	display: block;
	background-image: url(../images/popBg.png);
	background-position: 29px -5px;
	float: right;
}
.nextButon a:hover{
	height: 17px;
	width: 14px;
	display: block;
	background-image: url(../images/popBg.png);
	background-position: 74px -5px;
}
.popHeading {
	float: left;
	clear: left;
	padding-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 6px;
	width: 280px;
	overflow: hidden;
	padding-bottom: 10px;
}
.cBoth {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.PopUpSlider {
	width: 386px;
	height:119px;
	margin-right: 20px;
	margin-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	position: relative; 
	overflow: hidden; 
}
.PopUpSlider ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	left:-365px;
	width: 2500px; 
	position: absolute; 
}
.popImageSlide {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}

.popupReadMore {
	color: #83c33f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	padding-top: 5px;
	float: left;
}

.popupReadMore:hover {
	color: #83c33f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;}
	
.popText a {
	color:#000000;
	text-decoration: none;
	font-size: 13px;
}	
.popText a:hover { color:#000000; text-decoration: underline;}	
