.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

width: 350px; /*width of featured content slider*/
height: 158px;
}



.sliderwrapper .contentdiv_slide {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 355px; /*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: 174px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
/*padding: 5px 10px;*/
}

.pagination a{
/*padding: 0 5px;*/
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}



/* new slide show - start */


#slider4{
border-color: darkred;

height: 158px;
width: 355px;
}

#paginate-slider4{
background-color: transparent;
border: none;
height: 158px;
width: 174px;
border-left: 1px solid #afc900;
}

#paginate-slider4 a{
width: 174px;
height: 21px;
background: #00395f url('../_img/banners/omulet_normal.jpg') no-repeat top left;
display: block;
text-indent: 40px;
text-decoration: none;
color: #ffffff;
padding-top: 5px;
}

#paginate-slider4 a:hover, #paginate-slider4 a.selected {
background: #ffffff url('../_img/banners/omulet_select.jpg') no-repeat top left;
/*width: 80px;
height: 26px;
display: block;*/
color: #00395f;
}

.contentdiv_main {
	width: 355px;
	height: 158px;
	vertical-align: bottom;
	z-index: 100;
	filter:alpha(opacity=100);
}

.toc_class {
	height: 22px !important;
}

.transp {

	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	background: #00395f;
	color: #ffffff;
	height: 45px;	
	padding-left: 5px;
	padding-right: 5px;
}
.transp a, .transp a:visited {
	color: #afc900;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
.transp a:hover {
	color: #4294c3; font-weight: bold; text-decoration: underline;
}

/* new slide show - end */
