.Slide{
	width:164px;
	height:360px;
	position:relative;
	overflow:hidden;
}



.Slide .contentdiv{
visibility: hidden;
position: absolute;
left: 0;
top: 0;
width:164px;
height:360px;
background:url(../images/slide-bg.jpg) no-repeat;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 164px;
	position:absolute;
	bottom:27px;
	left:10px;
	text-align:left;
	z-index:100;
}

.pagination a{
padding: 0;
margin-right:8px;
text-decoration: none; 
width:8px;
height:10px;
display:block;
float:left;
}

