.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 655px; /*width of featured content slider*/
height: 200px;
float:left;
border:1px solid #FFFFFF;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
/*width: 390px; /*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); INTERFERES WITH IE FILTER IN BUTTON*/
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:180px;
text-align: left;
padding: 13px 10px 10px 20px;
float:left;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #ffffff 0%,#cccccc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #ffffff 0%,#cccccc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #ffffff 0%,#cccccc 100%); /* W3C */
}


.pagination a{
padding:0 5px;
text-decoration: none; 
color: #999999;
background: #dddddd;
border:1px solid #ffffff;
font-size:110%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
/*background-color: #EA9F4A;
border:1px solid #E69E4D;*/
border:1px solid #666666;
background: #999999; /* Old browsers */
background: -moz-linear-gradient(left, #333333 0%, #999999 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(100%,#999999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #333333 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #333333 0%,#999999 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #333333 0%,#999999 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#999999',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #333333 0%,#999999 100%); /* W3C */
}


.pagination .blocklink {display:block; margin:3px 5px 7px; width:180px; padding:1px 10px 1px 20px;}

/*Content Parts*/
.contentdiv.rotatorImgTxt {}
.contentdiv.rotatorImgTxt img {float:left; padding:0 20px 0 0; width:310px; height:200px;}
.contentdiv.rotatorImgTxt div {float:left; width:300px; padding:5px; margin-top:30px;}
.contentdiv.rotatorImgTxt a {margin: 20px 10px 0 0;}
/*.contentdiv.rotatorImgTxt a.button {float: right; position: relative; top: 70px;} BUTTON PLACEMENT IN SAME SPOT*/
.contentdiv.urgent {background:url("../images/urgent.png") no-repeat scroll 532px 93px transparent}
.contentdiv.rotatorVid iframe {float:left;}
.contentdiv.rotatorVid div {width:280px; float:left; padding:5px; margin-top:30px; margin-left:20px;}
.contentdiv.rotatorImg {}
.contentdiv.rotatorImgBt {background: url("../holiday/images/promo_holidaymessage.jpg") no-repeat scroll 1px 0 transparent; position: relative; width: 100%;}
.contentdiv.rotatorImgBt a.button{position: absolute; right: 25px; bottom: 5px;}
.contentdiv.rotatorImgFull  p {position: absolute; bottom: 10px; right: 10px;}

/* testimonial include styles */
.contentdiv.rotatorImgTxt div#tstRotate{margin-top: 0; overflow: hidden; padding: 0; width: 150%; font-weight:bold;}
.contentdiv div#tstRotate div {margin-top: 10px;}
.contentdiv.rotatorImgTxt p.tstnameSm {text-align: left; font-size:12px;}
.contentdiv.rotatorImgTxt p.tstquote {font-family: "comic sans ms"; font-size: 130%;}
.contentdiv.rotatorImgTxt img.imgSm {height: 14px; width: 15px;}

/*Pet Portal Rotation Style*/
.contentdiv div.rgPetRandom img {border-width: 0; float: left; margin: -50px 30px 0 0;}
.contentdiv div.randomTitle {color: #CCCCCC; display: inline-block; font: bold 14px Verdana; margin: 15px 0;}
.contentdiv div.randomPetName {color: #DE8C29; font-size: 250%; font-weight: bold;}
.contentdiv div.rgPetRandom {width: 100%; padding:0;}

/*Ebay Store Rotation Style */
#auction-nudge-items {border:none!important; float:left; margin-right:20px;}
#auction-nudge-items .carousel-footer, #auction-nudge-items .carousel-header {border-bottom:none!important; padding:3px 3px 15px 3px;}
#auction-nudge-items .carousel-footer {border-top:1px dotted #cccccc!important;}
#auction-nudge-items ul {background:#ffffff; margin:0 0 30px 0!important;}
#auction-nudge-items ul li.item {padding:5px 5px 30px 5px!important;}
#auction-nudge-items ul li.item .image {float:left; margin-right:10px;}
#auction-nudge-items div.title > a {color: #666666; font-weight: bold;}
#auction-nudge-items ul li.item .format, #auction-nudge-items ul li.item .price {font-size:150%; color:#de8c29;}
#auction-nudge-items div.jcarousel-clip {background:#ffffff;}