﻿.slideContain{
margin:0px;
width:641px;
height: 230px;
overflow: hidden;
padding: 0px;
/*background-color:#FFFFFF;
 background: url("../../sc_upload/templates/images/home_ajax_BG.GIF") no-repeat top left; */
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 640px; /*width of featured content slider*/
height: 180px;

}

.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute;
float:none;
clear:both;
left: 10px;
right: 10px;
top: 7px;
bottom: 0px;
background: transparent;
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 180px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding: 0px;
margin: 0px;
background:url(../../sc_upload/templates/images/content_bg_menu03.gif);
}

.content{
/*float: left;
position: relative;
top: 0px;
left:0px;*/
}

.contentdiv p{
/*margin-top:5%;
margin-right:5%;*/
}

.pagination{
/*width: 430px; *//*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: transparent;
padding: 0px;
position: relative;
left: 480px;
top: 25px;
z-index:2;
}

.pagination img{
/*	padding-left:0px;
	background-color: transparent;
	border: 0px none;*/
	background-color:transparent;
	border-width:0px;
	border-color:#FFFFFF;
}

.pagination a{
	display: block;
	padding: 0px;
	margin: 0px 3px 0px 0px;
	float: left;
	text-decoration: none; 
	/* color: #00007D; */
	background-color: #FFFFFF;
	border-top : 0px solid #EEE;
	border-right:  0px solid  #999;
	border-bottom: 0px solid  #999;
	border-left:  0px solid  #EEE;
}

.pagination a:hover, .pagination a.selected{
	background-color: #DDDDDD;
	border-top : 1px solid #999999;
	border-right:  1px solid  #EEEEEE;
	border-bottom: 1px solid  #EEEEEE;
	border-left:  1px solid  #999999;
}

.bottom_gif{
	width:641px;
	position:relative;
	top:0px;
	z-index:1;
}
