/* sliding gallery +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// code from http://www.sohtanaka.com/web-design/examples/image-slider/ 
//		modfied by Kevin W. Jantzer
*/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
//	Slider styles for masthead.
//
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*--mastheadWindow/Masking Styles--*/
.mastheadMain_view {
	position:relative;
	width:472px; height:155px;
	overflow:hidden;
	top:4px; right:-4px;
	margin: 0 0 -160px 0;
	
}
.mastheadImage_reel {
	position: absolute;
	top: 0px; left: 0px;
}
.mastheadImage_reel img {float:left}

.baaLogoOverlay {
	background: url(http://blackstoneaudioapps.com/dixie/wp-content/themes/piano-black/img/mastheadLogo.jpg) no-repeat;
	position: relative;
	left: 4px; top: 4px;
	width: 479px; height:155px;
	z-index: 100; /*--Assures the mastheadPaging stays on the top layer--*/
	float: left;
}

/*--mastheadPaging Styles--*/
.mastheadPaging {
	position: absolute !important;
	top: 120px; right: 190px;
	width: 128px; height:20px;
	z-index: 100; /*--Assures the mastheadPaging stays on the top layer--*/
	text-align: left;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	text-align: right;
}
.mastheadPaging a {
	text-decoration: none;
	color: #aaa;
	font-size: 16px;
	background: #e2e2e2; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:4px;
	padding:0 2px;
}
.mastheadPaging a.active {
	font-weight: bold;
	color: #fff; 
	background: #ddaf44; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mastheadPaging a:hover {background: #d5a00f; color: #fff;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
//	Slider styles for "Explore App" simulation.
//
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	height:550px;	width: 291px;
	background: url(http://blackstoneaudioapps.com/dixie/wp-content/uploads/2010/02/iPhone-Template.png);
}
.main_view ul {padding:0; margin:10px 0 10px 0;}
.main_view ul li {padding:0; margin:2px 0 2px 0; display: inline;}
/*--Window/Masking Styles--*/
.window {
	width: 242px; height: 360px;
	margin: 103px 0 0 25px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/* styling for information text */
.sliderInfoWindow {
	width: 228px;height: 390px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: absolute;
	top: 155px; left: 310px;
}
.sliderInfo {
	position: absolute;
	top: 0; left: 0;
	width: 10000px;
}
.sliderInfo div { width:228px; height:388px;}

/* for audio control icons */
.sliderInfo div ul.controls {height: 30px; float: left; margin: 0 3px 0 0 ;}
.sliderInfo div ul.controls li {display: inline; background: #fff;}
.sliderInfo div ul.controls li img {height: 30px;}

/*--Paging Styles--*/
.paging {
	position: absolute !important;
	top: 40px; left: 310px;
	width: 228px; height:103px;
	border-bottom: 1px #ccc solid;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #aaa;
	font-size: 16px;
	background: #e2e2e2; 
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a.active {
	font-weight: bold;
	color: #fff; 
	background: #ddaf44; 
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {background: #d5a00f; color: #fff;}