html,body{margin:0px; background-color: #292929; height:100%}
#container { background:#000000; height:100%; width:92%; color:#FFFFFF;}
.footer { color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}



/*Menu Images*/
.text {color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
.text a {color:#FFFFFF; }
.text_head {color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;}

/*Gallery*/
.stepcarousel{
position: relative; /*leave this value alone*/
border-left: 0px solid black;
border-right: 0px solid black;
margin-top: 5px;
overflow: scroll; /*leave this value alone*/
width: 100%; /*Width of Carousel Viewer itself*/
height: 150px; /*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: 0px 10px 0px 10px; /*margin around each panel*/
font-size:10px;
font-weight:bold;
text-align:center;
width:220px
}

/*Gallery*/
#gallery_content{ width:100%; height:520px;}

/*Tabview statrs here*/

div.TabView div.thumb_container
{
 overflow: hidden;
  height:auto;
  float:left;
}

div.TabView div.thumb_container a
{
	float: left;
	display: block;
	text-align: center;
	height:54px;
	width:96px;
	padding-top:0px;
	vertical-align: middle;
}

div.TabView div.thumb_container a:hover, div.TabView div.thumb_container a.Active
{
color:#67b0f0;

}
a#leftmostitem{ color: #67b0f0;}

div.TabView div.Pages
{
	clear: both;
	width:422px;
	height: 250px;
	background-color:#93a672;
	overflow: hidden;
	padding: 0px; float:left;
}

div.TabView div.Pages div.Page
{
 height: 100%;
  padding: 0px;
  overflow: hidden;
}

.padbg{ width:420px; height:214px; float:left; padding-top:17px;}

div.TabView div.Pages div.Page div.Pad
{
   width:600px; height:500px;; padding-left:10px; float:left;overflow:hidden;
  
}

/*Tabview ends here*/
