/* CSS For my Scroll */
#myScrollable {
	width:185px;
	height:140px;
	overflow:hidden;
	float:left;
}

/* container for the scrollable items */
div.myItems {
	float:left;
	height:140px;	
	width:185px !important;
}



/* single item */
div.myItems span {
	display:block;
	float:left;
	margin-right:10px;
	width:185px;
	height:140px;
	font-size:10px;
	color:#333333;
	cursor:auto;
	font-family:Verdana;
}

/* next / prev buttons */
div.myPrev, div.myNext {
	position:relative;
	width:17px;
	height:9px;
	float:right;
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
}

div.myPrev {
	background:url(NavImages/Prev.gif);		
}

div.myNext {
	background:url(NavImages/Next.gif);		
}


/* navigator */
div.myNavi {
	position:relative;
	height:8px;
	overflow:hidden;
	float:right;
	z-index:1;
}


/* items inside navigator */
div.myNavi span {
	width:8px;
	height:8px;
	float:left;
	margin:1px 1px 1px 0px;
	background:url(NavImages/dots.gif) 0 0 no-repeat;     
	cursor:pointer;
}

div.myNavi span:hover {
	background-position:0 -8px;      
}

div.myNavi span.active {
	background-position:0 -16px;     
} 	



/**/

.myKickerTitle{
	Position:relative;
	height:25px;
	margin:6px 0px -25px 0px;
	Color:#989898;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.myNavBox{
	float:right;
	width:100px;
	height:17px;
	margin:8px 5px 0px 0px;
}

.mySlideHeadline{
	width:180px;
	margin:3px 0 0 0px;
	Color:#333333;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:17px;
	padding-bottom:5px;
}

.mySlideBody{
	margin:0px 0px 15px 0px;
	Color:#333333;
	width:180px;
	font-family:Verdana;
	font-size:10px;
}

.mySlidePic{
	width:185px;
	height:190px;
	overflow:hidden;
}

.mySlidePicLink{
	width:185px;
	height:190px;
	border:0;
}

.myHeader{
	margin:0px 0 0 0px;
	font-weight:bold;
}


