@charset "utf-8";
/* CSS Document */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width:961px; /*width of featured content slider*/
height: 192px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
background: white;
width: 961px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 192px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
font-size:0px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #f0f;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #fff;
}

  .input{background:url(text_bg.jpg); no-repeat; color:#666666; font-style:italic; padding-left:5px; font-size:12px; line-height:15px; font-weight:bold;}
  
  .imgform{
  background:url(slide3.jpg) no-repeat ;
  padding: 40px 100px 30px 310px;
  float:left;

 
  
  }