 /* ==== HOMEPAGE BANNER ==== */

.sliderwrapper2{
position: relative; 
overflow: hidden; 
width: 596px; 
height: 500px;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; 
position: absolute;
left: 0;  
top: 0;  
padding: 0px;
background: white;
width: 596px; 
height: 500px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper{
position: relative; 
overflow: hidden; 
width: 594px; 
height: 242px;
border-left:1px solid #FF0000;
border-right:1px solid #FF0000;

}

.sliderwrapper .contentdiv{
visibility: hidden;
position: absolute;
left: 0;  
top: 0;  
padding: 0px;
background: white;
width: 596px;
height: 242px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 576px;
	text-align: right;
	padding: 6px 10px 7px 10px;
	height:14px;
	background-color:#FF0000;
}

.pagination a{
text-decoration: none; 
color: #FFFFFF !important;
font-size:12px;
font-weight:bold;
padding:1px 3px;
font-family:Arial;

}

.pagination a:hover, .pagination a.selected{
color: #FF0000 !important;
background-color: #FFFF00;
}

.pagination2{
width: 0px; 
text-align: right;
padding: 0px;
height:0px;
}

.pagination2 a{
text-decoration: none; 
color: #FFF;
font-weight:bold;
font-size:11px;
padding:1px 4px;
letter-spacing:-1px;

}

.pagination2 a:hover, .pagination2 a.selected{
color: #FF0000;
background-color: #FFFF00;
}

.leftright 
{
	padding:0px;
	margin:0px;
	position:absolute;
	top:30px;
	left:520px;
	z-index:2000;
}
.leftright a 
{
	margin-left:0px;
}
.leftright a:hover
{
	background-color:Transparent;
}
img a {
border:none;
}
	
/* ==== END HOMEPAGE BANNER ==== */

