﻿/* container for slides */
#adPromotion{height:340px; display:block;margin-bottom:12px;}
#adPromotion .images {
	/*background:#fff url(/img/global/gradient/h300.png) repeat-x;*/
	border:1px solid #ccc;
	position:relative;	
	height:300px;
	
	width:410px;
	float:left;	
	margin:5px 15px 5px 5px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;	
}

/* single slide */

#adPromotion .images #promotionImage{width:300px; height:410px;}
#adPromotion .images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;
	font-size:12px;
}

/* header */
#adPromotion .images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
#adPromotion .slidetabs {
	clear:both;
    margin-left:3px;
}

/* single tab */
#adPromotion .slidetabs a {
	width:10px;
	height:10px;
	float:left;
	margin:2px;
	padding:3px 2px 4px 2px;
	/*background:url(../images/global/tab.gif) -1px -1px no-repeat;*/
	display:block;
	font-size:8px;
	line-height:10px;
	vertical-align:baseline;
	text-align:center;
	background-color:#e5d1ff;
	border:1px solid #d5b4ff;
	cursor:pointer;
	
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:0 0 1px #666;
	-webkit-box-shadow:0 0 2px #666;

}

/* mouseover state */
#adPromotion .slidetabs a:hover {
	/*background-position:-23px -1px;      */
	background-color:#d9bbff;
	
	
}

/* active state (current page state) */
#adPromotion .slidetabs a.current {
	/*background-position:-12px -1px;     */
	background-color:#4C1B77;
	color:#fff;
} 	


/* prev and next buttons */
#adPromotion .forward, #adPromotion .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
#adPromotion .forward 				{ background-position: 0 -30px; clear:right; }
#adPromotion .forward:hover 		{ background-position:-30px -30px; }
#adPromotion .forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
#adPromotion .backward:hover  		{ background-position:-30px 0; }
#adPromotion .backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
#adPromotion .disabled {
	visibility:hidden !important;		
}




