.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background: url(/media/bgnd/background_slider.gif);
border-bottom-width: 6px;
width: 563px; /*width of featured content slider*/
height: 230px;
}



.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: 560px; /*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;
}

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

.pagination_slider a{
display:block;
width: 9px;
height: 9px;
float: left;
padding: 0;
font-family: Arial;
text-decoration: none;
color: #c1c1c1;
background: #c1c1c1;
font-size: 0px;

}

.pagination_slider a:hover, .pagination_slider a.selected{
color: #000;
background-color: #f00;

}

.imagecontent{ width: 240px; height: 200px; display: block; float: left; padding: 12px;  overflow: hidden; text-align: left; font-family: Arial;font-size: 11px; font-weight: bold; color: #fff; }
.imagecontent img { height: 120px; margin-bottom: 15px;}
.imagecontent .title { font-size: 13px; color: navy; font-family: Arial; }
.imagecontent .pricemod {position: absolute; top: 200px; left: 10px;}
.imagecontent .price { font-size: 18px; }


.decriptioncontent { width: 250px; height: 170px; display: block; float: left; padding-left: 30px; padding-top: 30px; color: #000; font-size: 11px; font-family: Arial; }
.decriptioncontent .more {color: #f00; text-decoration: none;}
