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

#featured {
	position: relative;
	padding-bottom: 20px;
	margin-left: -1px;
	margin-right: -1px;
}
#slides {
	height: 330px;
	background: #fff;
	width: 958px;
	top: -17px;
}
:root #slides {
	top: 0px\9;
	height: 335px\9;
} /* IE9 */
a#left-arrow, a#right-arrow {
	position: absolute;
	top: 156px;
	width: 32px;
	height: 68px;
	text-indent:-9999px;
}
a#left-arrow {
	background:url(../_images/left-arrow.png) no-repeat;
	left: -32px;
}
a#right-arrow {
	background:url(../_images/right-arrow.png) no-repeat;
	right: -30px;
}
.featured-top-shadow {
	background:url(../_images/featured-top-shadow.png) repeat-x;
	position: absolute;
	top:0px;
	left: 0px;
	width: 958px;
	height: 7px;
}
.featured-bottom-shadow {
	background:url(../_images/featured-bottom-shadow.png) repeat-x;
	position: absolute;
	bottom:0;
	left: 0;
	width: 958px;
	height: 8px;
}
.featured-description {
	position: absolute;
	width: 319px;
	height: 156px;
	bottom: -200px;
	right:54px;
	background:url(../_images/featured-description.png);
	padding: 20px 13px 0px 13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
h2.featured-title {
	font-size: 12px;
}
h2.featured-title a {
	text-decoration: none;
	color: #6dd3f5;
}
.featured-description p {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	line-height: 19px;
}
.readmore {
	display: block;
	background: url(../_images/readmore.png);
	height: 27px;
	padding: 0 17px;
	font-size: 10px;
	line-height: 27px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-shadow: none;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.readmore a {
	color: #62b3ce;
	padding-right: 16px;
	background: url(../_images/readmore-arrow.png) no-repeat right 5px;
}
.pagination {
	margin:10px 65px 0 0;
	width:100px;
	float: right;
}
.pagination li {
	float:right;
	margin:0 1px;
	border: none;
}
.pagination li a {
	display:block;
	width:12px !important;
	height:0;
	padding:12px 0 0 0;
	background-image:url(../_images/pagination.png);
	background-position:0 0;
	float:right;
	overflow:hidden;
	border: none;
}
.pagination li.current a {
	background-position:0 -12px;
	border: none;
}
.pagination li a:hover {
	background-color: #fff !important;
	}
