.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 100%; /*width of featured content slider*/
	height: 291px;	
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #fff;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #ffffff;
padding: 0px 0px;
}

.pagination a{
text-decoration: none; 
color: #000;
background: #fff;
}

.pagination a:hover, .pagination a.selected{
text-decoration: none; 
color: #000;
background-color: #fff;
}

#slider1, #slider3{
width: 350px;
height: 230px;
}

#slider1 .contentdiv, #slider3 .contentdiv{
width: 600px;
}

#paginate-slider1, #paginate-slider3{
width: 600px;
}

#slider2, #slider4{
	margin: 0px 0px 0px 0px;
	position: relative;
}


#paginate-slider2, #paginate-slider4{
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 390px;
}


#paginate-slider4 a img{
height: 50px;
margin: 0px;

}



#paginate-slider2 a:hover, #paginate-slider2 a.selected{
background-color: yellow;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 0px #000;
}

.ddsmoothmenu{
margin: 0px;
height: 50px;

	 /*background of menu bar (default state)*/
	
}


.ddsmoothmenu ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0px 0px 10px 12px;
	background-color: #000000;
	
	
}

/*Top level list items*/
.ddsmoothmenu ul li{
	margin: 0px;
	display: block;
	float: left;
	padding: 0px 0px 8px 0px;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	height: 70px;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 70px;
	font-weight: lighter;
	border-right: 10px solid #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
}


	
	
	
	
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: #000; /*background of menu items (default state)*/
	color: white;
	padding: 10px 10px 8px 10px;
	height: 50px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #999;
	color: #fff;
}

.ddsmoothmenu ul li a:hover{
	background: #666; /*background of menu items during onmouseover (hover state)*/
	color:  #fff;
}
	


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

