@charset "utf-8";
/* CSS Document */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
color:#000000;
width: 592px; /*width of featured content slider*/
height: 215px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #FFFFFF;
width: 592px; /*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: 592px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 15px;
text-align:right;
vertical-align:top;
background-image:url(../../format_images/pagination.png);
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.pagination a{
text-decoration: none;
font-weight:bold; 
color:#000000;
font-size:15px;
}

.pagination a:hover, .pagination a.selected{
color:#333333;
font-weight:bold;
text-decoration:underline;
}

/* Main Headline Content */
.main_headline_1	{
	height:150px;
	width:592px;
	padding-top:132px;
	padding-bottom:3px;
	background-image:url(http://www.firstoasis.org/oasis_standard/section_images/main_headline_images/mh_1.png)
}
.main_headline_2	{
	height:150px;
	width:592px;
	padding-top:132px;
	padding-bottom:3px;
	background-image:url(http://www.firstoasis.org/oasis_standard/section_images/main_headline_images/mh_2.png)
}
.main_headline_3	{
	height:150px;
	width:592px;
	padding-top:132px;
	padding-bottom:3px;
	background-image:url(http://www.firstoasis.org/oasis_standard/section_images/main_headline_images/mh_3.png)
}
.main_headline_4	{
	height:150px;
	width:592px;
	padding-top:132px;
	padding-bottom:3px;
	background-image:url(http://www.firstoasis.org/oasis_standard/section_images/main_headline_images/mh_4.png)
}
.main_headline_insert	{
	height:74px;
	width:294px;
	font-size:10px;
	vertical-align:bottom;
	margin-left: 15px;
	margin-right:277px;
	padding: 3px 3px 3px 3px;
	background-image:url(../../format_images/Main_headline_transparent.png);
	color:#FFFFFF;
}

/* Page images */

#slider1{
border-color: darkred;
margin-left: 0px;
height: 215px;
width: 592px;
}

#paginate-slider1{
width:592px;
height:15px;
border-color: darkred;
}

#paginate-slider1 a div{
height: 15px;
border: 2px solid gray;
}

#paginate-slider1 a div:hover, #paginate-slider1 a.selected div{
border: 2px solid red;
height: 15px;
}


