/* Feature and Slider */

* {
	padding:			0;
	border:				0;
	margin-top: 0px;
}

#feature_title{
display:			block;
width:				115px;
height:				115px;
position:			absolute;
text-indent:		-9999px;
z-index:			1000;
top:				0;
left:				36px;
background: 		url('images/cont_title.png') no-repeat top left;
}

* html #feature_title{
background: 		url('images/b07V12_showcase_ttl.gif') no-repeat top left;
}

#feature_wrap{
	display:			block;
	height:				297px;
	width:				695px;
	padding:			26px 0 0 0;
	position:			relative;
	background: 		url('images/cont_bk.jpg') no-repeat 36px top;
	float: right;
}

ul#feature_buttons{
margin:				0 0 0 416px;
padding:			3px 0 0 0;
width:				130px;
height:				27px;
}

ul#feature_buttons li{
display: 			block;
float:				left;
text-align: 		center;
color:				#663300;
padding:			0 0 5px 0;
font-size:			15px;
font-weight:		bold;
cursor: 			pointer;
margin:				0 4px 0 0;
width:				20px;
height:				17px;
overflow:			hidden;
background:			transparent url("images/cont_button.jpg") no-repeat left 0; 		
}

ul#feature_buttons li:hover {
background-position:left -22px; 
color:				#D3D3A9;	
}

ul#feature_buttons li.active {
background-position:left -44px; 	
color:				#fefefe;
}

a#previous, a#next {
	cursor: 			pointer;
	display:			block;
	width:				49px;
	height:				48px;
	text-indent:		-9999px;
	z-index:			999;
	position:			absolute;
	border:				none;
	overflow:			hidden;
	left: -27px;
	top: 8px;
}

a#previous, a#previous:visited{
float: 				left; 
margin:				110px 0 0 45px;
background:			transparent url("images/cont_left.png") no-repeat top left;
}

a#next, a#next:visited { 
float: 				right; 
margin:				110px 0 0 614px;
background:			transparent url("images/cont_right.png") no-repeat top left;
}

a#previous:hover, a#next:hover{
background-position: top right;
border:				none;
}

#slider_wrap {
border: 			#accfd6 1px solid;
background:			#0f1a21;
width: 				517px;
margin: 			0 0 0 66px;
display:			block;
z-index:			-1200;
height:				266px;
max-height:			266px;
overflow:			hidden; 
}

#slider_wrap div div { 
overflow: 			hidden;
height:				266px;
z-index:			-1200; 
}

#slider_wrap div div a{
border:				none;
}

.tool-tip {
color: 				#000000;
width: 				180px;
z-index: 			13000;
margin:				-125px 0 0 -103px;
}

.tool-title {
font-weight: 		bold;
font-size: 			16px;
margin: 			0;
color: 				#1b4b53;
padding: 			12px 8px 2px 8px;
text-align:			left;
line-height:		11px;
font-style:			italic;
background: 		url("images/tool_tip_top.png") no-repeat top right;
}


.tool-text {
color:				#336600;
font-size: 			13px;
padding: 			6px 8px 30px 8px;
line-height:		14px;
background: 		url("images/tool_tip_bottom.png") bottom left;
}
