﻿#rtbody
{
	margin:auto;
	height:448px;
	width:281px;
	background-color:#FFF;
	border:solid #eeeeee 1px;
}

#rtbody2
{
	margin:auto;
	height:180px;
	width:281px;
	background-color:#FFF;
	border:solid #eeeeee 1px;
	border-bottom-style: solid; border-bottom-color: #eeeeee; border-bottom-width: 5px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color:#FFF;
height:447px;
width:281px;
margin:0;
padding:0;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color:#FFF;
height:180px;
width:281px;
margin:0;
padding:0;
}

.sliderwrapper .sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width:281px; /*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:281px;
padding-left:4px;
padding-right:4px;
background-image:url(../images/seprator.gif);
background-repeat:no-repeat;
background-position:right;
float:left;
height:25px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFF;
text-decoration:none;
line-height:35px;
text-decoration:none;
}