a,img{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}
a {text-decoration:none;}
h2{ /*Global values for headings*/
	color:#222;
	font-weight:normal;
}

h2.featuredTitle { 
	font-size:20px;
	display:block;
}
h2.featuredTitle a {
	color:#FFFFFF;
	display:block;
	padding:0px 0px 0px 0px;
}
h2.featuredTitle a:hover {
	color:#ff8600;
}



/* MAIN CONTENT (LEFT BLOCK ABOVE THE PHOTO GALLERY ON MAIN PAGE)
============================================================== */
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 690px; /*width of featured content slider*/
	height: 560px;
}
.sliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */
	position:absolute;
	color:#ffffff;
	bottom:0px;
	width:625px;
	min-height:60px;
	background: url(bgTransparent.png);
	border:0px solid #bdc7d0;
	padding:10px 20px;
}

.sliderwrapper img {
	display:block;
	height:530px;
	width:665px;
}
.contentdiv{ /* do not change the name of class - The size of contentdiv is 495x270 (after excluding padding value) */
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	border:10px solid #efefef;
	z-index:1;
}
.pagination{ /* do not change the name of class - used to wrap thumbnails for featured area */
	display:block;
	background-color: #efefef;
	padding:0px 10px 10px 3px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.pagination img{ 
	margin-left:8px;
}
.pagination a img{
	border-top:4px solid #666666;
	padding-top:5px;
	display:block;
	float:left;
}
.pagination a:hover img, .pagination a.selected img{
	border-top:4px solid #ff8600;
	padding-top:5px;
}