.sliderwrapper{
	position:	relative;
	overflow:	hidden;
	width:		842px;
	height:		291px;
}

.sliderwrapper .contentdiv{
	visibility:	hidden;
	position:	absolute;
	left:		0;
	top:		0;
	padding:	0px;
	background: transparent;
	width:		842px;
	height:		291px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width:		842px;
	text-align:	center;
	background: none transparent;
	padding:	5px 10px;
	position:	absolute;
	bottom:		0;
	left:		0;
	z-index:	10000;
}

.pagination a{
	font-size:				1px;
	line-height:			1px;
	padding:				2px 3px;
	text-decoration:		none;
	color:					#0d1629;
	background-color:		#0d1629;
	box-shadow:				0 0 3px #0d1629;
	-webkit-box-shadow:		0 0 3px #0d1629;
	-moz-box-shadow:		0 0 3px #0d1629;
	-moz-border-radius:		9px;
	-webkit-border-radius:	9px;
	border-radius:			9px;
	behavior:				url(/pie/PIE.htc);
}

.pagination a:hover, .pagination a.selected{
	color:					#b6c5d8;
	background-color:		#b6c5d8;
}
/*
     */
/*
*/