/* CSS Document */


/*------------------------------------------------------*/
.copyrights {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;
} 
/*------------------------------------------------------*/
.header {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
/*------------------------------------------------------*/
.content {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/*------------------------------------------------------*/
.cont {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.cont a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/*------------------------------------------------------*/

.number {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
/*------------------------------------------------------*/
.number_mini {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
/*------------------------------------------------------*/

/*------------------------------------------------------*/


a.menu:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	
}
a.menu:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	
}
a.menu:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	
}
a.menu:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	
}


/*------------------------------------------------------*/
.counter_border {
	border: 1px solid #003366;
}
h1 {
    margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}
 /* example_3 css */  
#example_3 {  
     position: relative; /* important */  
     overflow: hidden; /* important */  
     width: 470px; /* important */  
     height: 160px; /* important */  
     margin: 0 85px;  
     background: #000;  
}  
   
#example_3_frame {position: relative}  
#example_3_previous {float: left;}  
#example_3_next {float: rightright;}  
#example_3_content {  
	  position: absolute;  
     top: 0;  
     margin-left: 20px;  
 }  
   
#example_3_content  
#example_3_content li {  
     list-style: none;  
     margin: 0;  
     padding: 0;  
 }  
     #example_3_content {  
         width: 5418px;  
     }  
     #container_bd #example_3 ul li {  
         display: block;  
         float: left;  
         margin: 5px;  
         padding: 5px;  
         border: 1px solid #666;  
         background-color: #000;  
     }  
   
 #container_bd #example_3 ul li img {  
     display: block;  
 }  
 
 
 
