/* ------------------------ */
/* HORIZONTAL CAROUSEL */
.mygallery_wrap{
  width:1000px;
  margin:0 auto;
  height:300px;
  border:0px solid #c0c0c0;
  padding:0px;  
}
.stepcarousel{
  clear:both;
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 1000px; /*Width of Carousel Viewer itself*/
	height: 300px; /*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; /*margin around each panel*/
	width: 1000px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 300px;
	border:0px solid #ff0000;
}
.panel img.photo0 {float:left;width:650px;height:300px;border:0px solid #ff00ff;}
.panel img.photo {float:left;border:0px solid #ff00ff;}
/*
.panel h2 {width:200px}
.panel h2 { font-size: 18px; font-weight: normal; }
.panel h2 strong { font-weight: normal; color: #BAD1D9; }
*/
.panel div.panel_desc {float:right;
height:300px;
width:346px;
white-space:wrap;
overflow:hidden;
border:0px solid #ff0000;
background:#eeeeee;
padding:2px;
}
.panel .panel_desc p{
clear:both;
margin:0;
padding:0;
}
/* VERTICAL CAROUSEL */

.vcarousel .stepcarousel{
position: relative; /*leave this value alone*/
margin: 0 auto;
border: 0;
overflow: scroll; /*leave this value alone*/
width: 210px; /*Width of Carousel Viewer itself*/
height: 330px; /*Height should enough to fit largest content's height*/
}

.vcarousel .stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/*margin: 15px 0; *//*margin around each panel*/
width: 210px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 330px; 
text-align: center;
}
/*
.vcarousel .stepcarousel .panel img {;margin-bottom:5px;}
*/
.panel .view { float: left; }
.panel .view2 { margin: 0 auto; }