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

#main {
padding-left:20px;
width:100%;
height:100%;
}

#imgedit {
background:url(../images/bg_box.gif) top no-repeat #ff9933;
width:127px;
height:128px;
padding:1.5em 5px;
text-align:center;
}

#auth a {
font-weight:bold; 
color:#f0710b;
font-size:14px;
text-decoration:none;
}
#Title a {
font-weight:bold; 
color:#f0710b;
font-size:18px;
text-decoration:none;
}
.pub {
font-size:10px;}
#price {background:#ff9933;  width:90px; height:30px; color:white; text-align:left; font-size:15px; font-weight:bold;}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 360px; /*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{
width: 127px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 5px 5px;
white-space:nowrap;
}

.pagination a{
font-size:10px;
padding: 0 5px;
text-decoration: none;
white-space:nowrap;
color:#f0710b;
}

.pagination a:hover, .pagination a.selected{
border-color: #333;
padding: 0 5px;
border:1px solid;
white-space:nowrap;
}
