/* CSS For my Scroll */
#myScrollable {
	width:557px;
	height:302px /*138px*/;
	overflow:hidden;
	/*float:left;*/
}

/* container for the scrollable items */
div.myItems {
	float:left;
	width:557px !important;
	height:302px /*124px*/;
	margin:-298px 0 0 0;
}



/* single item */
div.myItems span {
	display:block;
	float:left;
	margin-right:6px;
	width:557px;
	height:302px /*124px*/;
	font-size:10px;
	color:#333333;
	background-color:#ffffff;
	cursor:auto;
	font-family:Verdana;
}

/* next / prev buttons */
div.myPrev, div.myNext {
	position:relative;
	width:17px;
	height:9px;
	float:left;
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
}

div.myPrev {
	background:url(NavImages/Prev.gif);	
	float:right		
}

div.myNext {
	background:url(NavImages/Next.gif);
	float:right	
}


/* navigator */
div.myNavi {
	position:relative;
	height:8px;
	overflow:hidden;
	float:right;
	z-index:1;
	background-color:#FFFFFF
}


/* 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;     
} 	



/**/

.myNavBox{
	float:right;
	width:300px;
	height:15px;
	margin:279px 10px 0 0;
	background-color:#FFFFFF;
}


.myText{
	margin:7px 0 0 9px;
	font-family:Verdana;
	font-size:10px;
}