@charset "utf-8";
/* container for slides */
.images {
	position:relative;
	height:407px;
	width:960px;
	float:left;
	cursor:pointer;
}
.images img {
	border:0;
}
/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	/*	margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;*/
	font-size:12px;
}
/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}
/* tabs (those little circles below slides) */
.tabs {
	clear:both;
}
.tabs ul {
	list-style:none;
	width:980px;
	margin:0 auto;
	background:url(images/bg_pod_malkiLoga.jpg) no-repeat;
	min-height:150px;
	padding-top:20px;
}
.tabs img {
	border:0px;
}
/* single tab */
.tabs a {
	float:left;
	margin:3px;
	display:block;
}
/* prev and next buttons */
.forward, .backward {
	float:left;
	background:url(images/leftBtn.png) no-repeat;
	display:block;
	width:41px;
	height:103px;
	cursor:pointer;
	text-indent:-9999em;
	margin-top:150px;
}
.forward {
	background:url(images/rightBtn.png) no-repeat;
!important
}
/* 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;
}
