/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
    zoom: 1
}


/* =Content Area
-------------------------------------------------------------- */

.featured_slider {
	margin-top:0px;
/*	margin-bottom: 20px;*/
	padding:0px;
	position: relative;
/*	width: 100%;*/
	width:730px;
	float:left;
}
.full-sized.featured_slider {
	padding-top: 0;
	background: none;
}

.featured_slider #slider_root {
	overflow: hidden;
	position: relative;
/*	border-bottom:1px dotted #000;*/
	height: 250px;
	width: 690px;
}

.featured_slider .slider_items {
	position: absolute;
	width: 20000em;
	height: 100%;
}

/*
‘S‘Ì
*/

.slider_post {
	float: left;
	position: relative;
	height: auto;
}

.slider-entry-wrap {
	margin: 0px;
	width:730px;
	height:300px;
}


.block-button,
.block-button:visited {
	background:#eee;
	opacity:0.9;
	cursor: pointer;
	display: block;
	width:150px;
	font: bold 12px arial;
	padding: 5px 15px 6px;
	position: absolute;
	bottom:10px;
	right:10px;
	color:#555;
	text-decoration: none;
}

.block-button:hover,
.button:hover,
#commentform #submit:hover {
	cursor: pointer;
	text-decoration: none;
}

.slider_nav {
	clear: both;
	position: absolute;
	right: 0px;
	top: 5px;
	text-align: right;
/*	background:#000;
	padding:10px;*/
}
.full-sized .slider_nav {
	right: 0;
	}
.slider_nav a span {
	display: none;
}
.slider_nav a,
.slider_nav a:visited {
	display: inline-block;
	margin-left: 0px;
	-webkit-transition: all 30ms linear;
	-moz-transition: all 30ms linear;
	-o-transition: all 30ms linear;
	-ms-transition: all 30ms linear;
	transition: all 30ms linear;
	width:33px;
	height:33px;
	position:relative;
	background:url(../../images/featured_button_off.png) no-repeat;

}
.slider_nav a.active,
.slider_nav a.active:visited{
	background:url(../../images/featured_button_on.png) no-repeat;
}

