/* CSS For Small Scroll */
#SmallScrollable {
	width:170px;
	height:312px;
	overflow:visible;
	float:left;
}

/* container for the scrollable items */
div.SmallItems {
	float:left;
	height:290px;
	overflow:hidden;
	width:171px !important;
}



/* single item */
div.SmallItems span {
	display:block;
	float:left;
	margin-right:10px;
	height:290px;
	font-size:10px;
	color:#333333;
	cursor:auto;
	font-family:Verdana;
}

/* next / prev buttons */
div.SmallPrev, div.SmallNext {
	position:relative;
	width:17px;
	height:9px;
	float:right;
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
	display:none;
}

div.SmallPrev {
	background:url(NavImages/Prev.gif);		
}

div.SmallNext {
	background:url(NavImages/Next.gif);		
}


/* navigator */
div.SmallNavi {
	position:relative;
	top:1px;
	left:7px;
	height:8px;
	overflow:hidden;
	float:left;
	z-index:1;
}


/* items inside navigator */
div.SmallNavi span {
	width:8px;
	height:8px;
	float:left;
	margin:1px 1px 1px 0px;
	background:url(NavImages/dots.gif) 0 0 no-repeat;
	cursor:pointer;
}

div.SmallNavi span:hover {
	background-position:0 -8px;      
}

div.SmallNavi span.active {
	background-position:0 -16px;     
} 	



/**/

.SmallKickerTitle{
	Position:relative;
	height:25px;
	margin:0 0 -25px 4px;
	Color:#989898;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.SmallNavBox{
	border-bottom:1px solid #f7f5f4;
	border-top:1px solid #f7f5f4;
	float:left;
	width:187px;
	height:12px;
	margin:1px 0px 8px -7px;
}

.SmallSlideHeadline{
	width:174px;
	margin:8px 0 0 0;
	Color:#333333;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:17px;
	padding-bottom:10px;
}

.SmallSlideBody{
	margin:0px 0px 15px 0;
	Color:#333333;
	width:174px;
	font-family:Verdana;
	font-size:10px;
}

.SmallSlideLink{
	width:174px;
	font-weight:bold;
	Color:#36609A;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
}

.SmallSlidePic{
	width:174px;
	height:120px;
	overflow:hidden;
}

.SmallSlidePicLink{
	width:174px;
	height:120px;
	border:0;
}


.SmallRSS{
	float:left;
	margin:-18px 0px 0px 169px;
	border:0;
	position:relative;
	z-index:1;
	display:none;
}



/* CSS For Big Scroll */
#BigScrollable {
	width:349px;
	overflow:visible;
	height:312px;
	float:left;
}

/* container for the scrollable items */
div.BigItems {
	float:left;
	height:290px;
	width:349px !important;
}



/* single item */
div.BigItems span {
	display:block;
	float:left;
	margin-right:10px;
	height:290px;
	font-size:10px;
	color:#333333;
	cursor:auto;
	font-family:Verdana;
}

/* next / prev buttons */
a.BigPrev, a.BigNext {
	position:relative;
	width:17px;
	height:9px;
	float:right;
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
}

a.BigPrev {
	background:url(NavImages/Prev.gif);
}

a.BigNext {
	background:url(NavImages/Next.gif);
}


/* navigator */
div.BigNavi {
	position:relative;
	top:1px;
	left:7px;
	height:8px;
	overflow:hidden;
	float:left;
	z-index:1;
}


/* items inside navigator */
div.BigNavi span {
	width:8px;
	height:8px;
	float:left;
	margin:1px 1px 1px 0px;
	background:url(NavImages/dots.gif) 0 0 no-repeat;     
	cursor:pointer;
}

div.BigNavi span:hover {
	background-position:0 -8px;      
}

div.BigNavi span.active {
	background-position:0 -16px;     
} 	



/**/

.BigKickerTitle{
	Position:relative;
	Width:163px;
	height:25px;
	margin:0 0 -25px 4px;
	Color:#989898;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.BigNavBox{
	border-bottom:1px solid #f7f5f4;
	border-top:1px solid #f7f5f4;
	float:left;
	width:365px;
	height:12px;
	margin:1px 0 8px -7px;
}

.BigSlideHeadline{
	width:250px;
	margin:8px 0 0 0;
	Color:#333333;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:17px;
	padding-bottom:10px;
}

.BigSlideBody{
	margin:0px 0px 15px 0;
	Color:#333333;
	width:250px;
	font-family:Verdana;
	font-size:10px;
}

.BigSlideLink{
	width:348px;
	font-weight:bold;
	Color:#36609A;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
}

.BigSlidePic{
	width:353px;
	height:190px;
	overflow:hidden;
	margin-left:-4px;
}

.BigSlidePicLink{
	width:353px;
	height:190px;
	border:0;
}

.BigRSS{
	float:left;
	margin:-18px 0px 0px 354px;
	border:0;
	position:relative;
	z-index:1;
	display:none;
}

