.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
width: 640px;
height: 370px; /*Height should enough to fit largest content's height*/
}

.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; /*margin around each panel*/
width: 300px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
color: #4e562b;
}

p.samplebuttons{
width: 660px;
text-align: center;
}
p.drop:first-letter {
display:block;
float:left;
padding:5px;
margin:4px 5px;
font-size:60px;
}
.video_menu{
padding: 0;
background: transparent;
}

.video_menu ul{
margin:0;
padding: 0;
list-style: none;
}

.video_menu li{
display: inline;
}


.tabcontent_new{
display:none;
}

@media print {
.tabcontent_new {
display:block !important;
}
}