/* container for slides */
.images {
	height:300px;
	width:930px;
	float:left;
	cursor:pointer;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:;
	-webkit-border-radius:;
	-moz-box-shadow:;
	-webkit-box-shadow:;
	background-color: #CCC;
	position: relative;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:300px;
	width: 930px;
}
.tabs /* tabs (those little circles below slides) */
 {
	float: left;
}
.tabs li {
	float: left;
}

.tabs ul {
	list-style-type: none;
}


/* 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;		
}
.one {
	background-image: url(../Assets/home_img.jpg);
}
.two {
	background-image: url(../Assets/menswear_img.jpg);
}
.three {
	background-image: url(../Assets/ladieswear_img.jpg);
}
.four {
	background-image: url(../Assets/childrenswear_img.jpg);
}
.five {
	background-image: url(../Assets/accessories_img.jpg);
}
.one span, .two span, .three span, .four span, .five span {
	display: none;
}
.one p a {
	background-image: url(../Assets/homeBtn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 103px;
	float: left;
	margin-top: 234px;
	margin-left: 25px;
}

.two p a, .three p a, .four p a, .five p a {
	background-image: url(../Assets/categoryBtn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 103px;
	float: left;
	margin-top: 234px;
	margin-left: 25px;
}

.one a:hover, .two a:hover, .three a:hover, .four a:hover, .five a:hover {
	background-position: 0px -27px;
}
