@charset "utf-8";
/* CSS Document */


/* DEFAULTS */

html {
}

body {
	padding:0;
	margin:0 auto;
	font-family:Helvetica, Arial, sans-serif;
	display:inherit;
}

p {
	font-family:Helvetica, Arial, sans-serif;
	margin: 5px 0 5px 0;
}

ul{
	list-style-type: none;
	padding:0;
	margin:0;
}
	
.clear{
	clear:both;	
}


img{
	border-style:none;	
}

#imageSwitcher-container{
width: 727px;
height:457px;
position:absolute;
left:0px;
right:0px;
}

#imageSwitcher-image{
}

#imageSwitcher-thumbnails{
bottom:10px;
position:absolute;
right:10px;
margin: 0px;
}

#imageSwitcher-thumbnails  img{
margin: 0px 5px;
cursor: pointer;
}


