@charset "utf-8";
/* CSS Document */

#mygallery{overflow: hidden;}
.slidetext{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 920px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
margin:0 auto;
background:#03355f;
margin-bottom:8px;
}

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

.slidetext .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 860px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
text-align:left;
padding:6px 20px;
margin-left:20px;
color:#b2d6f5;
font-size:1.1em;
}
.slidetext .panel p{ margin:0; padding:0; padding:3px 0;}
.slidetext .panel a{
text-decoration:none;
color:#cccd67;
}

.leftbtn{
	background:url(leftnav.gif) no-repeat;
	width:28px;
	height:100px;
	display:block;
	position:absolute;
	float:left;
	z-index:25;
	margin-left:-13px;
}
.rightbtn{
	background:url(rightnav.gif) no-repeat;
	width:28px;
	height:100px;
	display:block;
	position:absolute;
	margin-left:920px;
	z-index:25;
}
