@charset "UTF-8";
/* CSS Document */
/* Home page main image slider with menu */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:720px;
	height:300px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 720px; 
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 250px; 
	height:300px;
	float:left;
	margin-left:10px;
	background-image:url(../images/pagination-bg.png);
	background-repeat:no-repeat;
	background-position:top;
	text-shadow: 1px 2px #000000;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #FFFFFF;
	display:block;
	width:240px;
	height:50px;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	font-size:1.6em;
	/* border-bottom:1px solid #604635; */
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-image:url(../images/black-50.png);
	background-repeat:repeat;
}