#slider-wrap{ 
	width:339px;
	text-align: center;
	border: 0px solid #000;
	position: absolute;
	top: 102px;
	left: auto;
	z-index: 999;
/*
         display: -moz-box;
         display: -webkit-box;
         display: box;
         -moz-box-orient: horizontal; 
         -webkit-box-orient: horizontal;
         box-orient: horizontal;
         -moz-box-pack: center;
         -moz-box-align: center;
         -webkit-box-pack: center;
         -webkit-box-align: center;
         box-pack: center;
         box-align: center;
*/
	}
#slider{ 
	width:339px;
	height:365px;
            background: -moz-linear-gradient(#ffffff, #e1edf6); /* FF 3.6+ */
            background: -ms-linear-gradient(#ffffff, #e1edf6); /* IE10 */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1edf6)); /* Safari 4+, Chrome 2+ */
            background: -webkit-linear-gradient(#ffffff, #e1edf6); /* Safari 5.1+, Chrome 10+ */
            background: -o-linear-gradient(#ffffff, #e1edf6); /* Opera 11.10 */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1edf6'); /* IE6 &amp; IE7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1edf6')"; /* IE8+ */
            background: linear-gradient(#ffffff, #e1edf6); /* the standard */
	overflow: hidden;
	border:#e1edf6 solid 4px;
	position:relative;
	left: 7px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
	}
.slide{ 
	width:100%;
	height:100%;
	}
.slide img{
	width:400;
	height:300;
	position: relative;
	top: 20px;
	left:-61px;
	background-color: #fefefe;
	}

.sld a{
	text-decoration: none;
	color: black;

}
.sli-links{ 
	display: none;
	margin-top:10px;
	text-align:center;}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(radioBg.png) center bottom no-repeat;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{ 
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url(arrowBg.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}

.slide .title{
	position: absolute;
	top: 330px;
	left: 0px;
	background-color: #e1edf6;
	font-family: verdana;
	font-size: 10pt;
	
}
.slide .price{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px solid #ccc;
		background:#4c8ec1; /* #70A0C4 */
		color: #fff;
         width: 100%;
         height: 16px;
         text-align: center;
         -moz-border-radius: 0 0 20px 20px;
         -webkit-border-radius: 0 0 20px 20px;
         border-radius: 0 0 20px 20px;
         display: -moz-box;
         display: -webkit-box;
         display: box;
         -moz-box-orient: horizontal; 
         -webkit-box-orient: horizontal;
         box-orient: horizontal;
         -moz-box-pack: center;
         -moz-box-align: center;
         -webkit-box-pack: center;
         -webkit-box-align: center;
         box-pack: center;
         box-align: center;
   	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
	-moz-opacity: 0.8; /* Mozilla 1.6 � ���� */
	-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.8; 
		font-family:Arial, Helvetica, sans-serif;
		 font-size:14px;
		 font-weight: bold;
   }

  