#groups_wrap {float:left; width:990px; height:auto;}
#groups_left {float:left; width:663px; height:550px; padding:10px; }
#groups_right {float:left; width:307px; height:570px; padding:0px; }
#groups_bottom {float:left; width:697px; height:auto; padding:5px; }

#groups_left h1 {margin:0px 0px 10px; padding:0px; font-size:20px; color:#333; letter-spacing:-1px; font-weight:bold;}
#groups_left p {line-height:1.6; font-size:11px; color:333; margin-bottom:12px;}

#groups_left ul {margin:0px; padding:0px; font-size:12px; line-height:40px; list-style:none; padding-left:5px; margin-left:150px;}
#groups_left li {list-style:none; margin:0px; padding:0px 0px 0px 45px; font-weight:bold; color:#333;letter-spacing:-1px;background:url(/content/en/groups/images/tick.gif) no-repeat left center;}

#groups_bottom p {margin-bottom:8px; font-size:9px; line-height:1.1; color:#999;}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 300px; /*width of featured content slider*/
height: 250px;
border:none;
margin-bottom:5px;
background-color:#FFF;
margin-left:0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 300px; /*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;
border:none;
}

.pagination{
width: 307px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px;
background:#FFF;
border:none;
float:left;
margin:0px;
height:auto;
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #00007D;
background: white;
float:left;
margin:0px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
