#slider	{ 
		background:url(http://www.bulletproofblog.com/wp-content/themes/bulletproofblog/slide/slide.png);
		height: 234px; 
		overflow: hidden;
		position: relative; 
		margin: 0px 0; 
		}



.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 629px; /*Width of Carousel Viewer itself*/
height: 225px; /*Height should enough to fit largest content's height*/
margin: 0px 30px 0px 30px;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 20px ; /*margin around each panel*/
width:580px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

height:210px;

}
.stepcarousel .panel p{
text-align: justify; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
width:350px;
line-height:20px;
color:#fff;
font-family:georgia, Helvetica, Sans-Serif; 
font-size: 14px; 
}

.stepcarousel .panel h2{
	font-family:georgia, Helvetica, Sans-Serif; 
	font-size: 20px; 
	font-color: white; 
	color: white; 
	padding:5px 5px;
	margin:10px 0px;
	width:500px;
	
	overflow:hidden;

}
.stepcarousel .panel .slide_post {
	font-size: 12px; 
	padding:5px 5px;
	margin:10px 0px;
	width:380px;
	
	overflow:hidden;

}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color:#fff;
	background-color: transparent;
	line-height: 20px;
	margin:5px 0px;
	}
.stepcarousel .panel img{

	margin-right: 50px;
float:right;



}


/*
position:  absolute; 

	top: 62px; 
	right: 50px; 
	padding:10px 10px;

background:red; 
	padding:1px 1px;
*/	
