/* /Features Slider */
#featured-wrapper {float:left;padding:9px;width:450px;background:url(default/bg_featured.png);border:1px solid #ccc;}
	#featured-slider {position: relative; /*leave as is*/overflow: hidden; /*leave as is*/width: 440px; /*width of featured content slider*/height: 300px;}
	#featured-slider .featuredTitle {font:17px "trebuchet ms", arial, sans-serif;font-weight:normal;display:block;	padding:3px;}
	#featured-slider .featuredTitle a {color:#fff;}
	#featured-slider .featuredTitle a:hover {text-decoration:underline;}
	#featured-slider .sliderPostPhoto { /* Wrapper for featured are photo and post title */position:relative;height:293px;width:438px;overflow:hidden;}
	#featured-slider .sliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */position:absolute;bottom:0;width:438px;min-height:30px;color:#fff;padding:5px 10px;background: url(default/bgTransparent.png);}
	#featured-slider .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*/	z-index:1;}
	

/*Featured slider pagination*/
	#paginate-featured-slider {font:17px "trebuchet ms", arial, sans-serif;font-weight:normal; /* do not change the name of class - used to wrap thumbnails for featured area */display:block;margin-bottom:8px;font-size:12px;font-weight:bold;}
	#paginate-featured-slider a { /* do not change the name of class - used to style links over featured slider */color:#fff;padding:3px 8px;background:#8F7D70;}
	#paginate-featured-slider a:hover {color:#fff;text-decoration:none;background:#cd1713;}
	#paginate-featured-slider a.selected {color:#fff;text-decoration:none;background:#cd1713;}