#mygallery {
	padding:0;
	/*background-color:#e31d89; display:inline;*/
	margin:0 0px 0 30px;
	display:inline;
	float:left;
 }
.stepcarousel {
	position:relative; /*leave this value alone
border-right:20px solid #da398c;
border-left:20px solid #da398c;*/
	border-top:none;
	border-bottom:none;
	overflow:scroll; /*leave this value alone*/
	height:165px; /*Height should enough to fit largest content's height*/
	float:left;
	width:870px;/*Width of Carousel Viewer itself*/
	margin:0 0px 0 0px;
	display:inline;
	
}
.stepcarousel .belt {
	position:relative; /*leave this value alone
	left:0;
	top:0;*/
	width:870px;
	float:left;
	padding:0 0px 0 0;
	
}
.stepcarousel .panel {
	float:left; /*leave this value alone*/
	overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width:174px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. 
border:1px #000000 solid;*/
	padding:0 0px 0 0px;
}



/*vertical gallery*/

#mygallery2 {
	padding:0;
	/*background-color:#e31d89; display:inline;*/
	float:left;
	width:79px;
 }
#mygallery2 .stepcarousel {
	position:relative; /*leave this value alone
border-right:20px solid #da398c;
border-left:20px solid #da398c;*/
	border-top:none;
	border-bottom:none;
	overflow:scroll; /*leave this value alone*/
	height:310px; /*Height should enough to fit largest content's height*/
	width:79px;/*Width of Carousel Viewer itself*/
	margin:0 0px 0 0px;
	display:block;
	
}
#mygallery2 .stepcarousel .belt {
	position:relative; /*leave this value alone
	left:0;
	top:0;*/
	width:79px;
	float:left;
	padding:0 0px 0 0;
	
}
#mygallery2 .stepcarousel .panel {
	float:left; /*leave this value alone*/
	overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width:79px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. 
border:1px #000000 solid;*/
	padding:0 0px 0 0px;
}


/*tab header*/
#default, test, #test1,#test2,#test3,#test4,#test5,#test6,#test7,#test8,#test9,#test10,#test11,#test12{
	visibility:hidden;
	display:none;
	float:left;
}
/*end of tab header*/