.sliderwrapper{ /*enclosing frame*/
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid  #333333;
border-bottom-width: 10px;
width: 620px; /*width of featured content slider*/
height: 375px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 610px; /*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: 620px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #464c54;
padding: 5px 10px;
}

.pagination a{
	padding: 0 5px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	
	text-decoration: none;
	color: #ffebb5;
	background: #2f343a;
}

.pagination a:hover, .pagination a.selected{
color: #282e32 ; /*text*/
background-color: #ffffff ; /*highlighted tab*/
}

.fullphoto{
width: 610px;
height: 375px;
}

    #feature {
        position: relative; 
        width: 620px; 
        height: 375px;
      } 
      #feature-content {
        position: absolute;
        top: 285px; 
        left: 0; 
        height: 100px; 
        width: 620px; 
        background:url(/wp-content/themes/canary/images/transparent.png);
      } 
      #feature-content h5 {
	font-weight: 500;
	font-size:20px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
      } 
      #feature-content a {
        text-decoration: none; 
		font-size: 12px;
		text-align: right;
        text-transform: uppercase; 
      }


