/* 
	Resets defualt browser settings
	reset.css
*/

 /*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-size:100%; font-family:inherit; vertical-align:baseline; }*/
/*ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }*/



/*
	Page style
*/
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	color:#531925;
	background:transparent;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

a img {
	border: none;
}


#container {
	width:425px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:0;
}

#example {
	width:425px;
	height:400px;
	position:absolute;
	top: -25px;
}

#nouframe {
	position:absolute;
	top:-3px;
	left:-19px;
	z-index:500;
	width: 465px;
	height: 320px;
}



/*
	Slideshow
*/

#slides {
	position:absolute;
	top:5px;
	left:0px;
	z-index:100;
	width: 425px;
}

/*
	Slides container
	Important: Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:425px;
	height: 355px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important: Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {	
	top: 10px;
	width: 450px;
	height:300px;
	display:block;
}


div.slide img {
	max-height:300px;
	max-width:450px;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:140px;
	left:-40px;
	width:25px;
	height:45px;
	display:block;
	z-index:101;
}

#slides .next {
	left:442px;
}


/*
	Caption
*/

#caption-kids {
	z-index:400;
	position:absolute;
	top: 305px;
	left:0;
	height:40px;
	padding-top: 0px;
	background-color:none;
	width:420px;
	font-size: 14px;
	font-weight: bold;
	line-height:1.2;
	color:#531925;
	text-shadow:none;
}

#caption-magic {
	z-index:400;
	position:absolute;
	top: 305px;
	left:0;
	height:40px;
	padding-top: 0px;
	background-color:none;
	width:420px;
	font-size: 14px;
	font-weight: bold;
	line-height:1.2;
	color:#531925;
	text-shadow:none;
}

#caption-scifi {
	z-index:400;
	position:absolute;
	top: 305px;
	left:0;
	height:40px;
	padding-top: 0px;
	background-color:none;
	width:420px;
	font-size: 14px;
	font-weight: bold;
	line-height:1.2;
	color:#531925;
	text-shadow:none;
}


#text_under_media {
	overflow-y:scroll;
	overflow-x:hidden;
	width: 480px;
	height: 120px;
	padding-right: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 370px;
}

#text_under_media_noscroll {
	width: 525px;
	height: 120px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 370px;
}
