
#SlideDisplay{
	float:left;
	position:relative;
	width:630px;
	/*height:302px;*/
	height:auto;
}

#SlideButtons{
	float:left;
	position:relative;
	width:635px;
	height:27px;
}

/* container for slides */
.images {
	/*background: #0C0 url(../img/global/gradient/h300.png) repeat-x;*/
	/*border:1px solid #666;*/  /*This line applies a border around the slide show */
	position:relative;	
	/*height:300px;*/
	height:auto;
	min-height:270px;  /*alters height of slide show display area */
	width:640px;
	float:left;	
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/*-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666; 	*/
}

.Page_Button{
width:18px; height:18px;
}
.Page_Button:hover{background-color:#ddcae0;}


/* single slide */
.images div {

	display:none;
	float:left;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
/*	padding:15px 30px 15px 15px;*/
padding-top:15px;
	height:auto;
/*min-height: 256px;*/

	
 font-size:14px;
}

/* header */
.images h3 {
	font-size:20px;
	font-weight:normal;
	margin:0 0 0px 0;
	color:#456;
}

/* box_numbers could be tabs or anything */
.box_numbers {
	clear:both;
}

.box_number_Container {
	width:auto;
	float:right;
}
.box_play_Container {
	padding-top:3px;
	width:20px;
	float:right;
	background-color:transparent;
	height:20px;
}

#playpause{
	width:auto;
	background-color:transparent;
	height:auto;
	cursor:pointer;
}

/* single tab */
.box_numbers a {

	float:left;
	margin:3px;
border:1px solid #672179;
	display:block;
	font-size:12px; text-align:center;
	text-decoration:none; 
}

/* mouseover state */
.box_numbers a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.box_numbers a.current {
	background-position:0 -16px; text-decoration:none; 
		font-size:12px; color:#FFF; background-color:#672179;
		
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(../../../../Publish/Scripts/SlideShow/Demo/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	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;		
}




