.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 280px;
	width: 218px;
	margin: 0px;
	border: 1px solid #ccc;
}


.sliderwrapper2{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 280px;
	width: 220px;
	margin: 0px;

}


.contentdiv{
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;

}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination{
	width: 30px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 200px;
	text-align: right;
	float: left;
}

.pagination2{
	float:left;
	position: relative;
	height: 1px;
	width: 200px;
}


.pagination a{
	float: right;
	display: block;
	height: 9px;
	width: 9px;
	padding: 5px;
	text-decoration: none;
	margin: 5px;
	background-image: url(images/templatemo_paging_icon.png);
	background-repeat: no-repeat;
}

.pagination a img{
	border: none;
}

.pagination a:hover, .pagination a.selected{
	background: url(images/templatemo_paging_current_icon.png) no-repeat;	
}
