#dcheader {
	float:left;
	margin-bottom:20px;
	margin-left:10px;
}

#gallery {
	width:800px;
	background-color:#fff;
	padding-top:12px;
}


#description {
	margin-top:6px;
	margin-left:12px;
	width:236px;
	height:234px;
	overflow:scroll;
}

.attrib {
	font-weight:bold;
	color:#c75300;
}

#bigimage {
	float:right;
	margin-right:12px;
}

#carousel {
	background-image:url('../i/bottom_decorative.gif');
	background-repeat:repeat-x;
	background-position:center bottom;
	position:relative;
	background-color:#ade3ff;
	padding-top:12px;
	margin-top:12px;
	height:200px;
	width:800px;
}

#images {
	position:absolute;
	left:90px;
	width:605px;
	height:113px;
	display:block;
	background-image:url('../i/thumb_box.gif');
	background-repeat:no-repeat;
	overflow:hidden;
	padding:0 5px 0 10px;
}

#viewArea {
	width:605px;
	height:113px;
	overflow:hidden;
}

#imagelist {
	position:relative;
	display:block;
	height:110px;
	margin:10px auto;
}

#imagelist li {
	cursor:pointer;
	float:left;
	display:inline;
	margin:0;
	padding:0 5px 0 0;
}

#left,#right {
	cursor:pointer;
	position:absolute;
	width:90px;
	height:0;
	padding:113px 0 0 0;
	overflow:hidden;
}

#left {	
	background:url('../i/btn_left_off.gif') top left no-repeat;
}

#left:hover {
	background-image:url('../i/btn_left_on.gif');
}

#left.disabled{
	cursor:default;
	background-image:url('../i/btn_left_no.gif');
}


#right {
	right:0;
	background:url('../i/btn_right_off.gif') top left no-repeat;
}

#right:hover {
	background-image:url('../i/btn_right_on.gif');
}

#right.disabled{
	cursor:default;
	background-image:url('../i/btn_right_no.gif');
}