.HomePageTopSlider {
	width:998px;
	height:300px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	background:url(../images/banners/grand-opening2.jpg) no-repeat;
}
.sliderwrapper, .sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:998px; /*width of featured content slider*/
height: 300px;
}
.sliderwrapper2 {
	width:732px; /*width of featured content slider*/
	height: 72px;
}
.sliderwrapper .contentdiv, .sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background:none;
width: 998px; /*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;
}
.sliderwrapper2 .contentdiv {
	width: 732px;
}
.pagination{
width:40px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:left;
padding:0;
position:absolute;
right:3px;
bottom:6px;
z-index:145785;
height:15px;
overflow:hidden;
}
.pagination2 {
	display:none;
}
.pagination a{
padding:0;
text-decoration: none; 
color: #dddddd;
text-indent:-9999px;
height:15px;
width:17px;
display:inline;
float:left;
margin-right:2px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
text-indent:-9999px;
}
.pagination a.next {
	background:url(../images/red/next-slide.gif) no-repeat 0 0;
}
 .pagination a.next:hover {
	background:url(../images/red/next-slide.gif) no-repeat 0 -15px;
}
.pagination a.prev {
	background:url(../images/red/pre-slide.gif) no-repeat 0 0;
}
.pagination a.prev:hover {
	background:url(../images/red/pre-slide.gif) no-repeat 0 -15px;
}
