/* Feature and Slider */

#feature_title{
display:			block;
width:				115px;
height:				115px;
position:			absolute;
text-indent:		-9999px;
z-index:			1000;
top:				0;
left:				36px;
background: 		url('images/b07V12_showcase_ttl.png') no-repeat top left;
}

* html #feature_title{
background: 		url('images/b07V12_showcase_ttl.gif') no-repeat top left;
}

#feature_wrap{
display:			block;
float:				left;
height:				235px;
width:				960px;
padding:			0 0 0 0;
position:			relative;
background: 		url('images/b07V12_feature_bk.jpg') no-repeat 36px top;
}

ul#feature_buttons{
margin:				0 0 0 832px;
padding:			3px 0 0 0;
width:				130px;
height:				27px;
}

ul#feature_buttons li{
display: 			block;
float:				left;
text-align: 		center;
color:				#accfd6;
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/b07V12_feature_butt.jpg") no-repeat left 0; 		
}

ul#feature_buttons li:hover {
background-position:left -22px; 
color:				#83b2ba;	
}

ul#feature_buttons li.active {
background-position:left -44px; 	
color:				#fefefe;
}

a#previous, a#next { 
cursor: 			pointer; 
display:			block;
width:				21px;
height:				32px;
text-indent:		-9999px;
z-index:			999;
position:			absolute;
border:				none;
overflow:			hidden;
}

a#previous, a#previous:visited{
float: 				left; 
margin:				94px 0 0 45px;
background:			transparent url("../images/arrow-back-1.gif") no-repeat top left;
}

a#next, a#next:visited { 
float: 				right; 
margin:				94px 0 0 894px;
background:			transparent url("../images/arrow-next-1.gif") no-repeat top left;
}

a#previous:hover, a#next:hover{
background-position: top right;
border:				none;
}

#slider_wrap {
background:			#0f1a21;
width: 				960px;
margin: 			0 0 0 0px;
display:			block;
z-index:			-1200;
height:				210px;
max-height:			210px;
overflow:			hidden; 
}

#slider_wrap div div { 
overflow: 			hidden;
height:				210px;
z-index:			-1200; 
}

#slider_wrap div div a{
border:				none;
}

.tool-tip {
color: 				#efefef;
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/b07V12-bubble-top.png") no-repeat top right;
}


.tool-text {
color:				#fefefe;
font-size: 			13px;
padding: 			6px 8px 30px 8px;
line-height:		14px;
background: 		url("images/b07V12-bubble-bottom.png") bottom left;
}





