/* Home Page Image Rotation Styling */
.pics {  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {    
    width:  195px; 
    height: 200px; 
    top:  0; 
    left: 0;
	z-index: 1;
} 

#list { margin: 0; padding: 0; display: none; position: absolute; top: 179px; left: 0; z-index: 9;  }
#list li 
{
	width: auto; 
	float: left; 
	padding: 2px 4px; 
	background-color:#fff;
	filter:alpha(opacity=80);   /* Internet Explorer       */
	-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
	opacity: 0.8;               /* newer Mozilla and CSS-3 */
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	border: 1px solid #bbb;	
}
#list li a 
{ 
	text-decoration: none; 
}
#list li.activeLI { background-color: #ccc; }
#list li.activeLI a { font-weight: bold; color: #000; }/* CSS Document */
#list { list-style: none; }

#rotation-wrapper { position: relative; }


#testText {
background-color:#eee; 
color:#000; 
padding:3px 5px 3px 5px; 
width: 186px;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
z-index:2;
font-weight:bold;
font-size: 11px;
}
