.sliderwrapper{
*position: relative; /*leave as is*/
*overflow: hidden; /*leave as is*/
*width: 358px; /*width of featured content slider*/
*height: 247px;
}

.sliderwrapper .contentdiv{
*visibility: hidden; /*leave as is*/
*position: absolute; /*leave as is*/
*left: 0;  /*leave as is*/
*top: 0;  /*leave as is*/
*padding: 5px;
*width: 358px; /*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;
}

.gallerywrapper
{
	*position: relative;
	*overflow: hidden;
	*width: 555px;
	*height: 215px;
}

.gallerywrapper .contentdiv
{
	*visibility: hidden; /*leave as is*/
	*position: absolute; /*leave as is*/
	*left: -10px;  /*leave as is*/
	*top: 0;  /*leave as is*/
	*padding: 5px;
	*width: 555px; /*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;
}

.gallerywrapper .contentdiv .stonebox
{
	*background: url("../../images/box_small.gif") no-repeat;
}

.gallerywrapper .contentdiv .stonebox .stoneimg
{
	*width: 65px;
	*height: 65px;
	*padding: 1px;
}

.gallerypagination
{
	*width: 555px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	*text-align: right;
	*margin-top: 10px;
	*position: relative;
}

.gallerypagination a{
*font-weight:bold;
*font-size: 9pt;
*font-family:Arial;
*text-decoration: none; 
*color: #AA9F71;
}

.gallerypagination a:hover, .gallerypagination a.selected
{
*font-weight:bold;
*font-size: 9pt;
*font-family:Arial;
*color: #8D191B;
}

.gallerypagination .pagingcontents, .gallerypagination .pagingcontentslarge, .gallerypagination .pagingcontentslittle
{
	*padding: 5px 4px 0 4px;
	*padding: 6px 4px 0 4px;
	*float: right;
}

.gallerypagination #previmage
{
	*float: right;
}

.gallerypagination #nextimage
{
	*float: right;
}

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

.pagination a{
*font-weight:bold;
*font-size: 9pt;
*font-family:Arial;
*text-decoration: none; 
*color: #AA9F71;
}

.pagination a:hover, .pagination a.selected
{
*font-weight:bold;
*font-size: 9pt;
*font-family:Arial;
*color: #8D191B;
}

.pagination .pagingcontents
{
	*margin: 6px 0 0 8px;
	*float: left;
}

.pagination .pagingcontentslarge
{
	*margin: 6px 0 0 8px;
	*text-align: center;
	*float: left;
}

.pagination .pagingcontentslittle
{
	*width: 310px;
	*margin: 6px 0 0 0;
	*text-align: center;
	*float: left;
}

.pagination #previmage
{
	*float: left;
}