.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 509px; /*width of featured content slider*/
min-height: 585px;
background:url(../images/vertical-line.png) right no-repeat;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:18px 0 0 20px;
width: 486px; /*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;
}

.contentdiv	h3	{
	color:#791817;
	font-size:14px;
	font-weight:bold;
	background:url(../images/gray-line.jpg) bottom repeat-x;
	height:22px;
	padding-top:10px;
	margin-top:16px;
}

.contentdiv	p	{
	margin-top:10px;
	color:#666666;
	font-size:12px;
}

.contentdiv	p.bold	{
	font-size:14px;
	font-weight:bold;
}

.contentdiv .read-more a	{ font-size:11px;color:#8a3635;background:url(../images/read-more.jpg) left no-repeat;padding-left:15px;float:right;margin-right:25px; }

.rel-product	{ list-style:none;margin-top:10px; }
.rel-product li	{ list-style:none;display:inline;margin-right:7px; }
.rel-product img	{ border:3px #d2d2d2 solid; }
.rel-product img:hover	{ border:3px #ba4a38 solid; }

.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;
}

#paginate-slider4	{ float:right;width:200px; }

.right-menu	{
	list-style:none;
}

.right-menu	li	{
	list-style:none;
	height:54px;
	background:url(../images/right-menu-line.jpg) bottom repeat-x;
}
.right-menu	li:hover	{
	background: url(../images/right-menu-bg.jpg) bottom repeat-x;
}

.right-menu	li a	{
	padding-top:22px;
	height:32px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#7a7a7a;
	display:block;
	padding-left:30px;
}
.right-menu li a:hover	{
	background:url(../images/arrow-white.png) -1px 21px no-repeat;
	color:#fff;
}