﻿
.VerticalSlider-Slider_Container:after{ content:"\0020"; display:block; height:0px; clear:both;}
.VerticalSlider-Slider_Container{ display:inline-block;}
.VerticalSlider-Slider_Container{ display:block;}

.VerticalSlider-Slider_Container img
{
	border: 0;
	vertical-align: top;
}
.VerticalSlider-Slider_Container ul, .VerticalSlider-Slider_Container li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.VerticalSlider-Slider_Num
{
	position: absolute;
	right: 5px;
	bottom: 5px;
	font: 12px/1.5 tahoma, arial;
	height: 18px;
}
.VerticalSlider-Slider_Num li
{
	float: left;
	color: #d94b01;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
	margin-left: 3px;
	border: 1px solid #f47500;
	background-color: #fcf2cf;
}
.VerticalSlider-Slider_Num li.on
{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	margin-top: -2px;
	background-color: #ff9415;
	font-weight: bold;
	color: #FFF;
}
