.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 6px;
	width: 730px; /*width of featured content slider*/
	height: 340px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px; */
background: black;
width: 720px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
color:#FFF
}
.sliderwrapper h1, .contentdiv h1{
	font-size:24px;
	font-weight: bold;
	color: #a92a0a;
}

.contentdiv a{
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	border: 1px dotted #FF0;
	color: #903;
}
.contentdiv a:hover{
	color: #000;
	background-color: #FF0;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	border: 1px dotted #FF0;

}

.pagination{
width: 730px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #000000;
padding: 5px 10px;
}

.pagination a, .pagination a:link {
	padding: 0 5px;
	text-decoration: none;
	color: #A92A0A;
	background: #000000;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #A92A0A;
}

.one{ /*   Jed */
	height: 390px;
	width: 720px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(img/items/ss/ss_s01.jpg);
}
.two{/*   Awards */
	background:url(img/items/ss/ss_s02.jpg);
	height: 390px;
	width: 720px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.three{/*   Subscription Series */
	background:url(img/items/ss/ss_s03.jpg);
	height: 390px;
	width: 720px;
	padding-top: 0px;
	padding-right: 500px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.four{/*   Avalon */
	background:url(img/items/ss/ss_s04.jpg);
	height: 390px;
	width: 720px;
	padding-top: 0px;
	padding-right: 500px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.five{/*   borgata */
	background:url(img/items/ss/ss_s05.jpg);
	height: 390px;
	width: 720px;
	padding-top: 0px;
	padding-right: 500px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.six{/*   borgata */
	background:url(img/items/ss/ss_s06.jpg);
	height: 390px;
	width: 720px;
	padding-top: 0px;
	padding-right: 500px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.seven{/*   video */
	background:url(img/items/ss/ss_s07.jpg);
	height: 390px;
	width: 720px;
	padding-top: 0px;
	padding-right: 500px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.eight{/*   video */
	background:url(img/items/ss/ss_s08.jpg);
	height: 390px;
	width: 720px;
	padding-top: 0px;
	padding-right: 500px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.myright{
	text-align: right;
}

