/* 
	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-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
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:"" ""; }
p+p { margin-top:40px;}

/*
	Page style
*/
h3{font-family: Arial, Helvetica, sans-serif; font-size:30px; color:#000; line-height:0.8; margin-top:75px; letter-spacing:-1px;}
p{font-family: Georgia, "Times New Roman", Times, serif; font-size:20px; color:#000; line-height:29px;}
#chiudi{position:absolute; top:50px; right:30px; z-index:1100;}
.acquista{position:absolute; top:458px; color:#FFF; cursor:pointer; left:450px; font-family:Arial, Helvetica, sans-serif'; font-size:18px;}
.acquista:hover{color:#000;}
#body_infradito{
	background:url('http://www.noleath.com/noleath/gallery/img/bg_infradito.jpg') 50% -80px no-repeat ;
	height:100%;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	overflow:auto;
	}
	
#body_vintage{
	background:url('http://www.noleath.com/noleath/gallery/img/bg_vintage.jpg') 50% -80px no-repeat ;
	height:100%;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	overflow:auto;
	}
	
#body_tennis{
	background:url('http://www.noleath.com/noleath/gallery/img/bg_tennis.jpg') 50% -80px no-repeat ;
	height:100%;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	overflow:auto;
	}
	
#body_sissi{
	background:url('http://www.noleath.com/noleath/gallery/img/bg_sissi.jpg') 50% -80px no-repeat ;
	height:100%;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	overflow:auto;
	}
	
#body_jackie{
	background:url('http://www.noleath.com/noleath/gallery/img/bg_jackie.jpg') 50% -80px no-repeat ;
	height:100%;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	overflow:auto;
}

#body_decolte{
	background:url('http://www.noleath.com/noleath/gallery/img/bg_decolte.jpg') 50% -80px no-repeat ;
	height:100%;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	overflow:auto;
}

#body_college{
	background:url('http://www.noleath.com/noleath/gallery/img/bg_college.jpg') 50% -80px no-repeat ;
	height:100%;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	overflow:auto;
}
	
	
#container_gallery {
	width:980px;
	height:450px;
	margin:0 auto;
	position:relative;
	z-index:0;
	margin-top:160px;
	text-align:center;
}

		/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:640px;
			height:320px;
			display:none;
		}

		.slides_container div {
			width:640px;
			height:320px;
		}

		/*
			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
		*/
		
		.gallery{position:absolute; top:0px; left:50%; margin-left:-320px; width:640px; height:320px;}
		#slide{	}
		#slides_two{display:none;}
		#slides_three{display:none;}
		#slides_four{display:none;}
		#slides_five{display:none;}
		
		.next , .prev {
			position:absolute;
			width:160px;
			height:85px;
			left:-165px;
			top:160px;
		}
		
		.next{
			background:url('http://www.noleath.com/noleath/gallery/img/arrow-next.png') 50% 0px no-repeat;
			left:645px;
			}
		.prev{
			background:url('http://www.noleath.com/noleath/gallery/img/arrow-prev.png') 50% 0px no-repeat;
			}
		
		#thumb{position:absolute; bottom:0px; width:100%; text-align:center; height:80px;}
		
		/* 
			Example only
		*/
		.pagination{
			display:none;
		}
		
		#scarpa1{cursor:pointer;}
		#scarpa2{cursor:pointer;}
		#scarpa3{cursor:pointer;}
		#scarpa4{cursor:pointer;}
		#scarpa5{cursor:pointer;}