.megapod_background{
width: 640px; 
text-align: left;
background:#FFFFFF; 
height:230px;
padding: 0px 0px;
z-index:-2
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #FFFFFF;
border-bottom-width: 2px;
width: 640px; /*width of featured content slider*/
height: 200px; /*main height of the entire advertising space */
top:30px;
}

.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: #FFFFFF;
width: 640px; /*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: 630px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background:#6d8cbe; 
height:25px;
padding: 5px 5px;
position:absolute;
font-family:Arial;
}
.pagination a{
padding: 0 10px;
text-decoration: none; 
color: #222288;
background: #6d8cbe;
font-size: 16px;
}
.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #719dcf;
font-size: 16px;
}
#slider_content{
background-color: #aaaaaa;
padding:0px;
padding-bottom:10px;
font-size: 16px;
color:#373737;
}

div.megapod_left {
    float: left; 
	width: 265px;
	background:#ff0000;
	height:225px;
}

div.megapod_center {
    float: left;
	width: 380px;
	height:250px;
	background:#00FF00;
}

div.megapod_right
{
    float: left;
    width: 210px;
	background:#0000FF;
	height:225px;
}

