
/* container for slides */
.images {
	position:relative;
	width:1200px;
	height:600px;
	cursor:pointer;
	text-align: center;
	background-color: #ffffff;
	overflow:hidden;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0px;
	left:0;
	width:1200px;
	height:600px;
	z-index:10;
	/*margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;
	font-size:12px;*/
}

/* header */
.images h3 {
	position: absolute;
	top:0px;
	left:0px;
	width: 1200px;
	height: 100px;
	text-align:left;
	z-index:80;
	font-family: Roboto, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 24px;
	line-height: 100px;
	text-align:center;
	display:block;
}

/* tabs (those little circles below slides) */
/* tabs (those little circles below slides) */


.slidetabs {
	width: 0;
	height: 0;
}

/* prev and next buttons */
.backward {
	top:350px;
	left: 0px;
	margin-left: 16px;
	display:block;
	width:40px;
	height:75px;
	cursor:pointer;
	position: absolute;
	background: #ffffff;
	z-index:60;
}
.forward {
	top:350px;
	left: 1140px;
	display:block;
	width:40px;
	height:75px;
	cursor:pointer;
	position: absolute;
	background: #ffffff;
	z-index:60;
}

/* next */

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;
}