/* ----------------------------------------------
Template Name : Hansen-Mueller Co
Version : 1.0   
Author : DownsDesign	
Author URI : http://www.downsdesign.com/       
Last Date Modified : Feb 1, 2009	
------------------------------------------------ */

#heading {
width: 230px;
}

#heading * {
user-select: none;
cursor: pointer;
vertical-align: middle;
}

#heading li.active {
border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
-moz-border-radius: 3px;
background-color: #c09d13;
list-style-type: none;
color: white;
}
#heading li span.tl, #heading li span.tl,#heading li span.tr,#heading li span.bl,#heading li span.br {
	padding: 0;
	margin: 0;
	display: block;
	background-repeat: no-repeat;
}
#heading li span.br { padding: 4px 4px 4px 20px; margin: 0; }
#heading li.active span.tl { background-image: url(../img/cornertl.gif); background-position: left top; }
#heading li.active span.tr { background-image: url(../img/cornertr.gif); background-position: right top; }
#heading li.active span.bl { background-image: url(../img/cornerbl.gif); background-position: left bottom; }
#heading li.active span.br { background-image: url(../img/cornerbr.gif); background-position: right bottom; }

#heading li {
list-style-type: none;
margin: 0;
}
* html #heading li {
	float: left;
	width: 100%;
}
#content2{
display: block;
width: 500px;
float: left;
}

#wrapper {
width: 550px;
height: 300px;
}

#panes {
text-align: left;
border-style: none;
width: 500px;
}

#panes div div { overflow: hidden; }

#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }

#buttons{
padding: 0;
}

#buttons ul{
padding: 0;
}