/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.2
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.

*/


/*-- reset styles --*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

	/*-- demo page styles --*/
#slide-show {
	width: 1000px;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: 580px;
	float: left;
	}



#demo {
	margin-top: 10px;
	margin-bottom: 0;
	height: 330px;
	width: 440px;
	margin-right: 316px;
	margin-left: auto;
	}




h2 {
	font-size: 1em;
	margin: 1.6em 0 .4em;
	}





code, samp, kbd {
	font-family: monospace, sans-serif;
	text-align: left;
	color: #2D6CBE;
	}
pre code {
	line-height: 1.6em;
	font-size: 13px;
	}
pre {
	background: #efefef;
	padding: 0.5em 5px 0.5em 10px;
	border: 1px solid #aaa;
	margin: 1.7em 0 1.7em 0;
	overflow: auto;
	width: 484px;
	}
/* target IE7 and IE6 */
*:first-child+html pre {
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto; 
	}


span.note, span.note a {
	color: #aaa;
	}

span.note a:hover {
	color: #4f4f4f;
	}





/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	overflow: hidden;
	width: 440px;
	height: 350px;
	clear: both;
	margin-right: auto;
	margin-left: auto;	
	}
.jshowoff {
	width: 400px;
	margin-bottom: 0px;
	margin-left: auto;
	height: 500px;
	padding: 0px;
	margin-top: 0px;
	}
.jshowoff div {
	width: auto;
	height: auto;
	margin-top: 0px;
	}
.jshowoff div, .jshowoff img, .jshowoff {

	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
	
.jshowoff #boy{
	color: #0000CC;
}

.jshowoff #girl{
	color: #FF3366;
}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	}
	



.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	float: left;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	color: #fff;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	width: 1200px;
	clear: none;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	overflow: auto;
	float: left;
	height: 1%;
	margin: 0;
	background-color: #FFCC00;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.jshowoff-controls a {
	font-size: 12px;
	line-height: 15px;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	}

.jshowoff-pausetext {
	color: #fff;
	}


/*-- Re-styled Thumbnail Demo --*/
	
.thumbFeatures p.jshowoff-slidelinks {
	
	height: 100px;
	width: 950px;
	float: left;
	margin-bottom: -250px;
	margin-right: -360px;	
	}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 95px;
	height: 95px;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: -10000em;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	border: 1px solid #fff;
	}
.thumbFeatures .jshowoff-slidelink-0 {
	background-image: url(img/logo_s/8-s-tensai.jpg);
	}
	
.thumbFeatures .jshowoff-slidelink-1 {
	background-image: url(img/logo_s/7-s-tensai.jpg);
	}
	
.thumbFeatures .jshowoff-slidelink-2 {
	background-image: url(img/logo_s/6-s-tensai.jpg);
	}
	
.thumbFeatures .jshowoff-slidelink-3 {
	background-image: url(img/logo_s/5-s-tensai.jpg);
	}
	
.thumbFeatures .jshowoff-slidelink-4 {
	background-image: url(img/logo_s/4-s-tensai.jpg);
	}
	
.thumbFeatures .jshowoff-slidelink-5 {
	background-image: url(img/logo_s/3-s-tensai.jpg);
	}
	
.thumbFeatures .jshowoff-slidelink-6 {
	background-image: url(img/logo_s/2-s-tensai.jpg);
	}	
.thumbFeatures .jshowoff-slidelink-7 {
	background-image: url(img/logo_s/1-s-tensai.jpg);
	}	
	
.thumbFeatures .jshowoff-slidelink-8 {
	background-image: url(img/logo_s/9-s.jpg);
	}	
	
.thumbFeatures .jshowoff-slidelink-9 {
	background-image: url(img/logo_s/10-s.jpg);
	
	}
	
	
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 38px;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 150;
	}
.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 22px;
	height: 38px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}


.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.thumbFeatures {
	height: 250px;
	}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {

	}
	
