.sliderwrapper
            {
                position: relative; /*leave as is*/
                overflow: hidden; /*leave as is*/
                border-bottom-width: 6px;
                width: 450px; /*width of featured content slider*/
                height: 550px;
            }
            .sliderwrapper .contentdiv
            {
                visibility: hidden; /*leave as is*/
                position: absolute; /*leave as is*/
                left: 0; /*leave as is*/
                top: 0; /*leave as is*/
                background: white;
                width: 410px; /*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: 390px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
                text-align: right;
                background-color: white;
                border: solid 1 #0;
                padding: 5px;
            }
            .pagination a, .pagination a:visited, .pagination a:active, .pagination a.selected
            {
                padding: 0 2px;
                border: 1px solid #603913;
                text-decoration: none;
                color: #603913;
            }
            .pagination a:hover
            {
                border: 1px solid #603913;
                color: #FFFFFF;
                background-color: #593A1E;
            }
            .pagination a.currentpage
            {
                /*Style for currently selected page link*/
                background-color: #2e6ab1;
                color: #FFF !important;
                border-color: #2b66a5;
                font-weight: bold;
                cursor: default;
            }
            .pagination a.disabled, .pagination a.disabled:hover
            {
                /*Style for "disabled" previous or next link*/
                background-color: white;
                cursor: default;
                color: #929292;
                border-color: transparent;
            }
            .pagination a.prevnext
            {
                /*Style for previous and next link*/
                font-weight: bold;
            }        
     
    P.eventlocation
{
	color: #603913;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

P.eventlocation:first-line
{
	font-weight: bold;
	font-style: italic;
	color: #603913;
	font-size: small;
}


.eventscolumnleft
{
	float: left; 
	border-right: #603913 1px solid;
	padding-right: 5px;
	width:180px;
	height:500px;
}
.eventscolumnright
{
	float: left; 
	width:180px;
	padding-left :15px;
} 
        
    
