/* container for slides */
.images {
/*	border:1px solid #ccc;*/
	position:relative;	
	width:570px;
	height:372px;
	padding:5px;
	text-align:center;
	float:left;	
	margin:2px 25px 2px 2px ;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 0 25px #666;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	float:left;
	margin:7px;
	height:373px;
	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) */
.slidetabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

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

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


/* prev and next buttons */
.forward {
	float:left;
	margin-top:365px;
	background: url(../images/arrow-next.gif) no-repeat;
	display:block;
	width:15px;
	height:18px;
	cursor:pointer;
	margin-left:10px;
	font-size:1px;
	text-indent:-9999em;	
}
.backward {
	float:left;
	margin-top:365px;
	background: url(../images/arrow-prev.gif) no-repeat;
	display:block;
	width:15px;
	height:18px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}
div.txtroom {
	width:30px;
	height:250px;
	margin:5px 5px 0px 0px;
	float:right;
}
div.txtroom .img { width:30px; height:250px; }
.btn-close {
	float:left;
	margin-top:110px;
	background: url(../images/closes.png) no-repeat;
	display:block;
	width:17px;
	height:17px;
	cursor:pointer;
	font-size:1px;
	margin-left:20px;
	text-indent:-9999em;	
}

/* 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;		
}


.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
	