.vtem-scroller{position:relative;}
.vtem-scroller div.panel {
	overflow: hidden;
	margin:0 0px;
	background-color:#FFFF00 !important;
	color:#FFFF00 !important;
	border: 5px solid red !important;
}
.vertical div.panel{float:left; margin:5px 0;}
.vtem-scroller div.panel div.slide {
	float: left;
	overflow: hidden;
	color:#FFFF00 !important;
	padding-top:5px;
}
.vtem-scroller div.panel div.slide div,.vtem-scroller div.panel div.slide div a{
height:auto !important;
line-height:normal !important;
display:block;
float:none !important;
font-weight:bold;
margin:0 !important;
padding:2px !important;
text-decoration:none !important;
color:#FFFF00 !important;
}
.vtem-scroller div.panel div.slide br{height:0 !important;}

.vtem_scrollarea{
margin:0 10px;
cursor:pointer;
}
.vtemscrollbar{float:left; margin-left:13px; padding-top:3px;}
.horizontal .scrollknob-size{
background:url(images/scroll_left.gif) left top no-repeat;
padding-left:10px;
}
.horizontal .scrollknob_right{
background:url(images/scroll_right.gif) right top no-repeat;
padding-right:10px;
}
.horizontal .scrollknob_mid{
background:url(images/scroll_middle.gif) center top repeat-x;
height:15px;
}

.vertical .scrollknob-size{
background:url(images/vscroll_left.gif) 2px top no-repeat;
padding-top:10px;
}
.vertical .scrollknob_right{
background:url(images/vscroll_right.gif) 2px bottom no-repeat;
padding-bottom:10px;
height:100%;
}
.vertical .scrollknob_mid{
background:url(images/vscroll_middle.gif) 2px center repeat-y;
height:100%;
}

.vtem-scroller .addtocart_button_module{
background:url(images/module_bg.gif) left center repeat-x !important;
border:1px solid #ddd !important;
padding:2px 15px !important;
*padding:0px 5px !important;
-moz-border-radius:15px !important;
-webkit-border-radius:15px !important;
border-radius:15px !important;
height:auto !important;
width:auto !important;
font-weight:bold !important;
color:#666;
margin-top: 3px
}
.vtem-scroller .addtocart_button_module:hover{color:#000;}
.vtem-scroller .back,.vtem-scroller .forward{
width:18px;
height:18px;
float:left;
}
.vertical .forward{margin-top:25px;}
.horizontal .forward{margin-left:20px;}
