.mysmallbox {
	position: relative;
	width: 908px;
	height: 210px;
	margin: -26px 0 30px -24px;
	padding: 0;
	background: url('/images/layouts/rotator_bg.png') no-repeat center bottom;	
}
 
	.mysmallboxWindow {
		position: absolute;
		width: 908px;
		height: 195px;
		top: 0px;
		left: 0px;
		overflow: hidden;
	}
 
			.mysmallboxWindow div { /* do not style the individual divs in the imageWindow */ }
				.mysmallboxWindow div img { /* do not style the individual images in the imageWindow */ }
 	
 
		.mysmallboxNavigation {
			position: absolute;
			z-index: 30;
			list-style-type: none;
 
			/* style below however you want */
			display: none;
		}
 
			/* style below however you want */
			.mysmallboxNavigation li {
				width: 16px;
				height: 16px;
				line-height: 16px;		/* used for vertical centering; set as the same as the 'height' */
				text-align: center;
				margin-right: 2px;
				padding: 0px;
				border: 1px solid black;
				font-size: 11px;
				font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
				background-color:  #454545;
				color:  #000000;
			}
 	
			/* style below however you want */
			.mysmallboxNavigation li.on {
				background-color: #f2e1be;
			}
 	
 	
		.mysmallboxDescriptions {
			position: absolute;
			overflow: hidden; /* highly recommend that the overflow is hidden to prevent image bleeding on the website */
			z-index: 20; /* keep this: it sets the position */
 
			/* style below however you want */
			display: none;
		}
 	
			/* style below however you want */
			.mysmallboxDescriptions div {
				position: relative;
				height: 100%;		/* keep this as it ensures there is not a flicker on the text */
				padding: 0; 
				margin: 0 auto; 
			}
 	
		.mysmallboxAnchor {
			position: absolute;
			width: 908px;
			height: 210px;
			top: 0;
			left: 0;
			z-index: 25;
		}