.box{ width:500px; height:258px; border:1px #e2e2e2 solid; margin-bottom:15px; margin-left:0px; margin-right:0px; }

.sliderwrapper{
float:left;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 360px; /*width of featured content slider*/
height: 258px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv{
width:360px;
height:258px;
margin:0 auto;
}

.contentdiv_ll{ float:left; width:190px;}
.contentdiv_ll_img{ margin:11px 5px 10px 10px;}
.contentdiv_rr{ float:right; margin-top:11px; width:170px;}
.contentdiv_rr ul{}
.contentdiv_rr li{ margin-right:2px; background-image:url(../img/icon_disc2.gif); text-indent:12px; background-repeat:no-repeat; background-position:left 5px;}
.contentdiv_rr li a{ display:block; color:#63757a; font-size:12px; line-height:20px;}
.contentdiv_rr li a:hover{ color:#FF6600;}

.contentdiv_rr .con_more a{ display:block; width:47px; height:22px; background-image:url(../img/bt_orange_more.jpg); float:right; margin-top:8px; margin-right:5px; text-indent:-9999px; background-repeat:no-repeat;}
.contentdiv_rr .con_more a:hover{}

.pagination{ float:right; height:258px;}
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

.pagination ul{}

.pagination li{list-style:none;}


.pagination li a{ display:block; text-decoration: none; color: #4e889a; background: white; background-image:url(../img/event1_menu.jpg); width:140px; height:43px; line-height:43px; text-indent:20px; background-position:right bottom; font-size:12px;}

.pagination li a:hover{ background-image:url(../img/event1_menu_b.jpg); color:#FFFFFF; text-decoration:none;}

.pagination li.selected a{ display:block;  width:140px; height:43px; line-height:43px; background-image:url(../img/event1_menu_b.jpg); color:#FFFFFF; text-decoration:none;}
.pagination li.selected a:hover{}



/* ===================
.pagination a{ display:block; width:130px; padding: 0 5px; text-decoration: none; color: #00007D; background: white;}

.pagination a:hover, .pagination a.selected{ color: #000; background-color: #FEE496;}
================ */


.main_content{ float:left;}


.event1_pic{ text-align:center;}