/*caption*/
div.caption1 {
	width: 150px;
	height:20px;
	z-index: 1000;
	position: absolute;
	color: #666;
	text-align: center;
	vertical-align:middle;
	top:95px;
	margin-bottom:19px;


}

div.caption2 {
	width: 150px;
	height:20px;
	z-index: 1000;
	position: absolute;
	color: #666;
	text-align: center;
	vertical-align:middle;
	top:95px;
	margin-bottom:19px;


}
div.caption2 span { padding: 0 0x; font-size: 14px; margin: 0;}


/* CONTAINER */
div.orbit {position: absolute; width: 300px; height: 250px; top: 0; left: 0}
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img {  position: absolute; top: 0; left: 0}


div.orbit1 {position: absolute; top: 55px; left: 31px; width:222px; height:144px; background:url(../images/_main/photo2_bg.png) no-repeat; }
div.orbit1 img { position: absolute; top: 0; left: 0;width: 150px; height:83px; overflow:hidden;}
div.orbit1 a img {  position: absolute; top: 0; left: 0}

div.orbit2 {position: absolute; top: 55px; left: 31px; width:222px; height:144px; background:url(../images/_main/photo2_bg.png) no-repeat; }
div.orbit2 img { position: absolute; top: 0; left: 0;width: 150px; height:83px; overflow:hidden;}
div.orbit2 a img {  position: absolute; top: 0; left: 0}

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { }
div.slider-nav span { width: 33px; height: 57px; text-indent: -9999px; position: absolute; z-index: 900; top: 40%; cursor: pointer; }
div.slider-nav span.right { background: url('../images/_main/right-arrow.png'); right: -42px; }
div.slider-nav span.left { background: url('../images/_main/left-arrow.png'); left: -44px; }   

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 1000; list-style: none;bottom:20px; left: 50%; margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(../images/_main/bullets2.png) no-repeat; 0 0; width: 13px; height: 13px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -13px 0; }

.orbit1-bullets { position: absolute; z-index: 1000; list-style: none; top:120px; left:0px;margin: 0; width:100px; margin-left: 40px}
.orbit1-bullets li { float: left; ; cursor: pointer; color: #999; margin-left:8px;text-indent: -9999px; background: url(../images/_main/bullets2.png) no-repeat; width: 13px; height: 13px; overflow: hidden; }
.orbit1-bullets li.active { color: #222; background-position: -13px 0; }

.orbit2-bullets { position: absolute; z-index: 1000; list-style: none; top:120px; left:0px;margin: 0; width:100px; margin-left: 40px}
.orbit2-bullets li { float: left; ; cursor: pointer; color: #999; margin-left:8px;text-indent: -9999px; background: url(../images/_main/bullets2.png) no-repeat; width: 13px; height: 13px; overflow: hidden; }
.orbit2-bullets li.active { color: #222; background-position: -13px 0; }




