.contentslide{
/*background: #FCEEF5 url(http://www.copiaprint.com/igedo3/skins/lite_red/customer/images/product_details_options_bg.jpg) repeat-x bottom;*/
background-color: #FDEEF5;
border: 1px solid #EDD2D5;
border-bottom: 0px;
padding: 10px;
padding-bottom: 0px;
padding-top: 0px;
/*width: 100%;*/
/*height: 250px;*/
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
/*width: 100%;*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
/*width: 100%; Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
padding-left:10px;
border-bottom: 1px solid #EDD2D5;
border-left: 1px solid #EDD2D5;
border-right: 1px solid #EDD2D5;
background: #FCEEF5 url(http://www.copiaprint.com/igedo3/skins/lite_red/customer/images/product_details_options_bg.jpg) repeat-x bottom;
}


* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 2px 5px 0px 5px;
text-decoration: none; 
color: #9E4F70;
border-left: 1px solid #EDD2D5;
}

.pagination a:hover, .pagination a.selected{
color: #9E4F70;
padding: 2px 5px 0px 5px;
background-color: #EDD2D5;
border-left: 1px solid #EDD2D5;
}