#slider	{ 
	background:url(carousel_bg.jpg); 
	height: 525px; 
	overflow: hidden;
	position: relative; 
	margin: 0px 0px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 700px; /*Width of Carousel Viewer itself*/
	height: 520px; /*Height should enough to fit largest content's height*/
	margin: 0px 0px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height:480px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px 0px ; /*margin around each panel*/
	width:700px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:480px;
	color:#fff;
	font-family:georgia, Helvetica, Sans-Serif; 
	font-size: 14px; 
}
.stepcarousel .panel p{
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px 12px ; /*margin around each panel*/
	line-height:20px;
	color:#fff;
	font-family:georgia, Helvetica, Sans-Serif; 
	font-size: 14px; 
	width:567px;
}
.stepcarousel .panel .slider_content {
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px 65px ; /*margin around each panel*/
	line-height:20px;
	color:#fff;
	font-family:georgia, Helvetica, Sans-Serif; 
	height:385px;
	
	font-size: 14px; 
	font-family: Arial;
	font-weight: bold;
	color: #001f30;
}
.stepcarousel .panel .slider_content h1 {
	padding: 3px 0px;
	color: white;
}


/*Featured*/
.featout{
	width:650px;
	overflow: hidden;
	padding:5px 5px;
	margin:0px 4px 5px 5px;
	background:#55656f;
}

.featured{
	width:650px;
	overflow: hidden;
	padding:5px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	background:#39525e;
	font-family:Georgia,Century gothic,Verdana,Helvitica,sans-serif;
}

.featured h2{
	font-size:22px;
	margin:3px 0 4px 10px;		
}

.featured h2 a, .featured h2 a:link, .featured h2 a:visited  {
	color: #fff;
	background-color: transparent;
}

.featured h2 a:hover  {
	color: #fff;
	background-color: transparent;
}

.fentry{
	height:auto;
	overflow:hidden;
}

.fentry a:link,.fentry a:visited{
	color:#92C5EC;
}

.cat{
	padding:1px 5px 1px 10px;
	font-size:12px;
}

.cat a:link,.cat a:visited{
	color:#ac2d2d;
}

.cat a:hover{
	color:#ac2d2d;
}
	
.cats{
	margin:1px 5px 1px 0px;
	font-size:13px;
	margin-left:5px;
	color:#24a1cc;
}

.cats a:link,.cats a:visited{
	color:#24a1cc;

}
.cats a:hover{
	color:#24a1cc;
}

.fentry p{
	margin: 5px 10px;
	color:#c2d4dd;
	line-height:20px;

}
.fentry img {
	border:0;
	padding:4px 4px;
	background:#1E1F20;
	border:1px solid #1E1F20;
	margin:2px 5px 5px 5px;
}

.featmeta{
	height:22px;
	text-align:right;
	padding:3px 5px 0 0;
	background:url(images/readm.jpg) right no-repeat;	
}
.featmeta a:link,.featmeta a:visited{
	color:#3c2e1b;
	font-weight:bold;
	text-decoration:none;
}

img {
	border:none;
}



.panel .carousel_header {
	position:relative;
	height: 50px;
	background-color: #001f30;
	float: left;
}

.panel .carousel_header .h2 {
	height: 32px;
	padding: 18px 45px 0px 0px;
	background: url(../images/carousel_header_right.jpg);
	background-position: right;
	background-repeat:no-repeat;
}

.panel .carousel_header .h2 a, .panel .carousel_header .h2 span {
	padding-left: 65px;
	color:white;
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.buttons {
	position: absolute;
	top: 490px;
}
.buttons ul li {
	width: 22px;
	height: 22px;
	margin-left: 5px;
	list-style:none;
	display: inline-block;
	float: left;
}
.buttons ul li a {
	cursor: pointer;
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.buttons ul li a div {
	background: url(../images/carousel_button_bg.png); 
	background-repeat: no-repeat;
	padding: 3px 7px;
}
.buttons ul li a div.selected {
	background: url(../images/carousel_button_selected_bg.png); 
}
