* {
margin:				0;
padding:			0;
border:				0;
}

html{

}

body {

color:				#FFFFFF;



}

/* slider*/

#feature_title{
display:			block;
width:				115px;
height:				115px;
position:			absolute;
text-indent:	-9999px;
z-index:			100;
top:				0;
left:				36px;
background: 			url('cant.png') no-repeat top left;
}



#feature_wrap{
display:			block;



position: relative;

}

ul#feature_buttons{
margin:				0 0 0 170px;
padding:			0px 0 0 0;
width:				110px;
height:				7px;
}

ul#feature_buttons li{
display: 			block;
float:				left;
text-align: 			center;
color:				#000000;
padding:			0 0 0px 0;
font-size:			22px;
font-weight:			bold;
cursor: 			pointer;
margin:				0 4px 0 0;
width:				0px;
height:				1px;
background:			transparent url("") no-repeat top left; 		
}

ul#feature_buttons li:hover {
background-position:		center left; 
color:				#96A4AD;	
}

ul#feature_buttons li.active {
background-position:		bottom left; 	
color:				 #96A4AD;
}

a#previous, a#next { 
cursor: 			pointer; 
display:			block;
width:				230px;
height:				348px;
text-indent:			-9999px;
z-index:			999;
position:			absolute;
border:				none;
overflow:			hidden;
}



a#previous:hover, a#next:hover{
background-position: top right;
border:				none;
}

#slider_wrap {
border: 			#999999 1px solid;
background:			#0f1a21;
width: 				230px;
margin: 			0 0 0 0px;
display:			block;
z-index:			-1200;
height:				70px;
max-height:			266px;
overflow:			hidden; 
}
		
#slider_wrap div div { 
overflow: 			hidden;
height:				210px;
z-index:			-1200; 
}

#slider_wrap div div a{
border:				none;
}
