@charset "utf-8";
/* CSS Document */

/* rotator in-page placement */ 

div.rotator { 
position:relative; 
height:178px; 
width:280px; 
z-index:1; } 

/* rotator css */ 

div.rotator ul li {
	position:absolute;
	left:2px;
	top:-1px;
	list-style: none;
	width: 289px;
} 

/* rotator image style */ 

div.rotator ul li img { 
padding: 0; 
margin:0; 
background: #fff; 
display:block; 
} 
div.rotator ul li.show { 
z-index:500;} 

/* rotator text style */ 

.rotator_textbox { 
display:inline-block; 
left:0px; top:178px; 
_height:40px; 
_width:270px; 
min-height:40px; 
min-width:270px; 
background-color:#3C4349; 
margin:0; 
padding:0; 
} 
div.rotator h1 { 
color:#fff; 
font-family:Arial, Helvetica, sans-serif; 
font-size:16px; padding:5px; 
} 
div.rotator h1 a:link, a:visited, a:hover, a:active { 
text-decoration:none; 
color:#fff; 
} 
div.rotator img.arrow { 
vertical-align: baseline; 
line-height:16px; 
min-height:7px; 
overflow:visible; 
display:inline; 
} 
