/* container for slides */
.images {
	position:relative;
	height:290px;
	width:700px;
	cursor:pointer;
	/* CSS3 tweaks for modern browsers */
	float: left;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:290px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

/* header */
.images h3 {
}

/* tabs (those little circles below slides) */
.tabs {
	clear: both;
	display: none;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	background-color: #CC3366;
	background-image: url(/tools/img/scrollable/arrow/hori_large.png);
	background-repeat: no-repeat;
}

/* next */
.forward { background-position: 0 -30px; clear:right; }
.forward:hover { background-position:-30px -30px; }
.forward:active { background-position:-60px -30px; } 


/* prev */
.backward:hover { background-position:-30px 0; }
.backward:active { background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
.images  a {
}
.images  a:hover {
}
.one {
	background-image: url(../Assets/img_main01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 290px;
	width: 700px;
}
.two {
	background-image: url(../Assets/img_main02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 290px;
	width: 700px;
}
.three {
	background-image: url(../Assets/img_main03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 290px;
	width: 700px;
}

.four {
	background-image: url(../Assets/img_main04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 290px;
	width: 700px;
}
.five {
	background-image: url(../Assets/img_main05.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 290px;
	width: 700px;
}
