.FrontAd {
display: block;
width: 720px;
height: 164px;
background-image: url(../../images/FrontAd.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
border: none;
}

.Event1 {
display: block;
width: 720px;
height: 164px;
background-image: url(../../images/banners/2009-Show.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
border: none;
}

/* .Event2 {
display: block;
width: 720px;
height: 164px;
background-image: url(../../images/FrontAd-2.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
border: none;
} */

/* - - - - - - - - - - No need to Edit  Past this Point - - - - - - - - - - -  */

.events{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 100%; /*width of featured content slider*/
height: 164px;
background-image: url(../images/Featured-Back.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
}

.events .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background-image: url(../images/Featured-Back.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
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;
}

.event-pag{
width: 100%; /*Width of Pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-size: 10px;
text-align: center;
background-color: #FFFFFF;
padding: 2px 0px;
}

.event-pag a{
padding: 1px 6px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; 
color: #FFFFFF/* #000000 */;
background-color: #FFFFFF /*  #FCFCFC */;
border: none /* solid 1px #CCCCCC */;
}

.event-pag a:hover, .event-pag a.selected{
color: #FFFFFF /* #507BA0 */;
background-color: #FFFFFF /* #F2F2F2 */ ;
border: none /* solid 1px #CCCCCC */;
}
