/* 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/showcase_ttl.png') no-repeat top left;
}

* html #feature_title{
background: 		url('../images/showcase_ttl.gif') no-repeat top left;
}

#feature_wrap{
display:			block;
float:				left;
height:				297px;
width:				616px;
padding:			26px 0 0 0;
position:			relative;
top:50px;
background: 		url('../images/feature_bk.jpg') no-repeat 36px top;
}

ul#feature_buttons{
margin:				0 0 0 380px;
padding:			3px 0 0 0;
width:				155px;
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;
background:			transparent url("../images/feature_butt.jpg") no-repeat top left; 		
}

ul#feature_buttons li:hover {
background-position:center left; 
color:				#83b2ba;	
}

ul#feature_buttons li.active {
background-position:bottom left; 	
color:				#fff;
}

a#previous, a#next { 
cursor: 			pointer; 
display:			block;
width:				48px;
height:				48px;
text-indent:		-9999px;
z-index:			999;
position:			absolute;
border:				none;
overflow:			hidden;
}

a#previous, a#previous:visited{
float: 				left; 
margin:				110px 0 0 45px;
background:			transparent url("../images/left_slide.png") no-repeat top left;
}

a#next, a#next:visited { 
float: 				right; 
margin:				110px 0 0 558px;
background:			transparent url("../images/right_slide.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: 				#fff;
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/bubble-top.png") no-repeat top right;
}
 
.tool-text {
color:				#fff;
font-size: 			13px;
padding: 			6px 8px 30px 8px;
line-height:		14px;
background: 		url("../images/bubble-bottom.png") bottom left;
}

/* Feature and Slider eof */

