/* container for slides */
.images {
	height:320px;
	width:980px;
	float:left;
	cursor:default;
	position: relative;
	margin-top: 20px;
	background-image: url(../Assets/image_bg.jpg);
}
/* container for slides */
.imagesFixed {
	height:320px;
	width:980px;
	float:left;
	cursor:default;
	position: relative;
	margin-top: 20px;
	background-image: url(../Assets/image_bg.jpg);
}

.imagesFixed_new {
	height:612px;
	width:980px;
	float:left;
	cursor:default;
	position: relative;
	margin-top: 20px;
	background-image: url(../Assets/image_bg.jpg);
}

/* container for slides */
.imagesFix {
	height:320px;
	width:980px;
	float:left;
	cursor:pointer;
	position: relative;
	margin-top: 20px;
	background-image: url(../Assets/sport_bg.jpg);
}
/* container for slides */
.imagesSport {
	height:320px;
	width:980px;
	float:left;
	cursor:pointer;
	position: relative;
	margin-top: 20px;
	background-image: url(../Assets/image_bg.jpg);
}
.flash_container {
	margin-top: 14px;
	margin-left: 14px;
}
.imagesFix img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.images p {
	float: right;
	margin-top: 250px;
	padding-right: 30px;
	color: #FFF;
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.images a {
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
}
.images img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.images a:hover {
	text-decoration: underline;
}
.images span {
	font-size: 14px;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:320px;
	width: 960px;
}
.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;		
}
.general {
	margin-top: 14px;
	margin-left: 14px;
}
.one {
	background-image: url(../Assets/home_img01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 14px;
	margin-left: 14px;

}
.one {
	background-image: url(../Assets/home_img01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 14px;
	margin-left: 14px;

}
.two {
	margin-top: 14px;
	margin-left: 14px;
	background-image: url(../Assets/home_img02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.three {
	margin-top: 14px;
	margin-left: 14px;
	background-image: url(../Assets/home_img03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.four {
	margin-top: 14px;
	margin-left: 14px;
	background-image: url(../Assets/home_img04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.five {
	margin-top: 14px;
	margin-left: 14px;
	background-image: url(../Assets/home_img05.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
