.ui-dropdownchecklist
{
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(/images/dropdown.png) no-repeat center right;
	padding-right: 17px; /* background dropdown.png image */
	width: 107px;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url(/images/dropdown_hover.png); 
	border-color: #5794bf;
}

.ui-dropdownchecklist-text
{
	font-size: 14px;
	line-height: 20px;    
}

.ui-dropdownchecklist-dropcontainer
{
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item
{
	
}

.ui-dropdownchecklist-item-hover
{
	background-color: #39f;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text
{
	color: #fff;
}

.ui-dropdownchecklist-group
{
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent
{
	padding-left: 20px;
}

   #billboard{   
      position:relative;  
      width:470px;  
      height:250px;  
      overflow:hidden;  
      margin:0 auto;   
    }  
	
	 #billboard ul,#billboard li
	{  
      margin:0;  
      padding:0;  
    }  
   
   #billboard li{  
      position:absolute;  
      width:470px;  
      height:250px; 
padding-top: 20px;	  
list-style-type: none; 
    }  
	
	#nav
	{
	   float: left;
    margin-left: 177px;
    position: absolute;
	}
	
	#nav a
	{
		color: white;
	}

	#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li
{ 
	width:223px;
	height:400px;
	overflow:hidden; 
}

#prevBtn a, #nextBtn a
{
color: orange;
}
