﻿/*AD Control*/
#SlideBar
{
	/*position: relative;*/
	border: 1px solid #ffffff;
	background: #FFFFFF;
}
#SlideBox
{
	position: relative;
	height: 90px;
	width: 130px;
	overflow: hidden;
}
#SlideObj
{
	position: relative;
}
.item_out
{
	font: normal 12px verdana;
	border: 1px solid #ccc;
	color: White;
	background: #359;
	padding-bottom: 1px;
	text-align: center;
	cursor: hand;
}
.item_over
{
	font: normal 12px verdana;
	border: 1px solid #fff;
	color: #fff;
	background: #57b;
	padding-bottom: 1px;
	text-align: center;
	cursor: hand;
}

.item_title
{
	color:White;
}