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


#slide_holder {
	background-image: url(/images/gallery/bg-slide.jpg);
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 980px; /*Width of Carousel Viewer itself*/
	height: 240px; /*Height should enough to fit largest content's height*/
}

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

#slide_holder .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:30px 0 40px; /*margin around each panel*/
	width: 940px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#next_button, #prev_button {
	top:195px;
}
div.panel {
	padding-left:25px;
}
div.panel a img {
	border:0;
}
div.panel a {
	height:180px;
	width:270px;
	text-align:center;
	margin:0 20px;
	display:block;
	float:left;
}
img.navi a {
	width:30px;
	height:30px;
	border:1px solid red;
}
#btm_cont {
	 height:280px;
	 margin:0;
	 padding:60px 0 30px 300px;
}

#mycont {
	width:440px;

	border:1px solid red;
}
li, p, label, span {
	font-size:12px;
	
}
p {
	margin:5px 0;
}
h1 {
	color:#BE0000;
	margin:5px 0;
	padding:0;
	font-size:14px;
}
h4 {
	margin:0;
	padding:10px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#BE0000;
}	


