/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

*                                       { margin: 0; padding: 0; }

.anythingSlider                         { width: 866px; height: 401px; position: relative; margin: 30px auto 0 auto; background: transparent url('../images/folio/frame-folio.jpg') no-repeat scroll top;}
.anythingSlider .wrapper                { width: 848px; overflow: auto; height: 401px; margin: 0 0; position: absolute; top: 0; left: 10px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; /* border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213;*/ margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 386px; width: 866px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 40px; width: 40px; position: absolute; top: 445px; cursor: pointer; z-index: 99; color: transparent; font-size: 0; }
.anythingSlider .forward                { right: 150px; background: url('../images/button-right.jpg') no-repeat 0 0;}
.anythingSlider .back                   { left: 150px; background: url('../images/button-left.jpg') no-repeat 0 0;}
.anythingSlider .forward:hover          { background-position: -40px 0; }
.anythingSlider .back:hover             { background-position: -40px 0; }

#thumbNav                               { position: relative; top: 415px; /*right: 111px;*/ text-align: center; background: transparent url('../images/folio/frame-reflection.jpg') no-repeat scroll top; padding: 20px 0 0 0; }
#thumbNav a                             { color: black; font: 11px Georgia, Serif; display: inline-block; text-align: center; margin: 0 5px; padding: 0; border: 0; }
#thumbNav a img                         { opacity: 0.3; border: 0; }
#thumbNav a:hover img                   { opacity: 0.6 }
#thumbNav a.cur img                     { opacity: 1; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* html elements */
#folio_content {
	max-width: 950px;
	min-height: 487px;
	margin: 0 auto;
	background: #DFECF5;
	padding: 0px 0 40px 0;
	position: relative;
	z-index: 98;
}

.showcase {
	position: relative;
	float: left;
}
	.showcase h2 {
		position: absolute;
		bottom: 10px;
		left: 10px;
		z-index: 99;
		font-family: georgia;
		font-size: 20pt;
		color: #FFFFFF;
		font-style: italic;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	.showcase img.folio {
		margin: 5px 0 0 0px;
		/*height: 338px;
		width: 616px;*/
	}
	.showcase .live {
		position: absolute;
		right: 5px;
		bottom: 13px;
		height: 28px;
		width: 115px;
		font-size: 0;
		color: transparent;
		background: transparent url('../images/livebutton.png') no-repeat scroll 0 -3px;
	}
	.showcase a {
		color: #FFFFFF;
	}
	.showcase a:hover {
		color: #535353;
	}
	.showcase a:hover .live {
		background-position: 0 -36px;
	}
	.showcase a:active .live {
		background-position: 0 -69px;
	}

.features {
	/*background: transparent url('../images/folio/frame-blue-test-noframe.png') no-repeat scroll center;*/
	float: right;
	height: 386px;
	width: 226px;
}
	.features h3 {
		font-family: georgia;
		font-size: 24pt;
		color: #FFFFFF;
		font-style: italic;
		font-weight: normal;
		text-align: center;
		padding: 17px 60px 0 0;
		margin: 0 0 0px 0;
	}
	.features ul {
		padding: 0 10px;
	}
		.features ul li {
			font-family: georgia;
			font-size: 12pt;
			color: #FFFFFF;
			font-style: italic;
			font-weight: normal;
		}
			.features ul li img {
				position: relative;
				top: 15px;
				margin: 0 10px 0 0;
			}
			/*.features ul li ul {
				list-style-type: none;
				display: none;
				position: absolute;
				bottom: -100px;
				height: 100px;
				width: 100px;
				border: 1px solid #000;
				
			}
			.features ul li:hover ul {
				display: block;
			}*/
