.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 6px;
	width: 400px; /*width of featured content slider*/
	height: 50px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 390px; /*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;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #c2b5f6;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}


.contentdiv a{
	text-decoration: none;
	color: #565656;
}

.contentdiv a:hover{
	text-decoration: underline;
	color: #333333;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.media-inside .dvd-box {
	text-align: center;
	vertical-align: middle;
	height: 158px;
	width: 150px;
	margin-bottom: 5px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	vertical-align: middle;
	background-color: #333333;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}


.media-inside .dvd-box2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 208px;
	width: 150px;
	margin-bottom: 5px;
	background-color: #E1E1E1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


#mainbody #bottom-pad {
	clear: both;
	height: 100px;
}
#featured-type img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #d6d6d6;
}
#featured #featured-type {
	padding-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#featured-type p.head {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

.head {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
