.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 185px;
	width:922px;
	background: #cdcccc;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*padding: 10px;*/
	background: #cdcccc;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	/*text-align:center;*/
	background:url(../images/contentslider_bg.jpg) #ffffff;
	padding: 3px 0px 0px 0px;
	width:922px;
	height:59px;
}

.pagination a{
	padding: 0px;
	margin-right:5px;
	float:left;
}

.pagination img{ border:1px #000000 solid;}
.pagination a:hover img, .pagination a.selected img{ border:1px #ff5312 solid;}
.pagination a:hover, .pagination a.selected{
	display:block;
	height:37px;
	width:52px;
	float:left;
}

/* for dashboard components */
.sliderclass{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height:70px;
	background: #ffffff;
}

.sliderclass .contentdiv p{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.sliderclass .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: #ffffff;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sliderlinks{
	text-align:left;
	background: #ffffff;
	padding: 5px 0px;
}

.sliderlinks a{
	padding: 0 5px;
	text-decoration: none; 
}

.sliderlinks a:hover, .sliderlinks a.selected{
	color: #000000;
	outline:none;
}


/* for dashboard components */