.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 205px; /*width of featured content slider*/
height: 225px;
margin-top:15px;
margin-left:0px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 165px; /*width of featured content slider*/
height: 95px;
padding-top:0px;
margin-top:0px;

}

.sliderwrapper3{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 160px; /*width of featured content slider*/
height: 70px;
padding-top:10px;

}

/*For Press Release in Aboutus*/

.sliderwrapper4 {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 600px; /*width of featured content slider*/
height: 400px;

}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 170px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 220px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background-image: url(../images/menuboard_inside.png);
background-repeat: repeat-x;
background-position: left bottom;
padding: 0px;
padding-left:15px;
padding-right:35px;

}


.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 165px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 95px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding: 0px;
padding-top:23px;
background-image: url(../images/clients_bg.jpg);
background-repeat: repeat-x;
background-position: left top;
text-align:none;

}

.sliderwrapper3 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 150px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 70px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding: 0px;
padding-top:5px;

}

.sliderwrapper4 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 400px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding: 0px;
padding-top:0px;

}

.pagination3, .pagination2
{
width: 20px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
display:none;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
display:none;
}

.pagination a{
padding-left: 2px;
text-decoration: none; 
color: #000;
}

.pagination a:hover, .pagination a.selected{
color: #000;

}

#paginate-press_slide 
{
	font-size:11px;
	padding-top:5px;
	padding-right:0px;
	padding-left:0px;
	border-top: dotted 1px #666666;
	display:block;
	width:590px;

}