body {

	margin: 0;

	padding: 0;

	/*font: 11px "Verdana", "Arial", "Helvetica", "sans-serif";*/

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	background: #fff;

	color: #202020;

	text-align: center;

}



/*redefine*/



::-moz-selection {

	background: #fff;

	color: #777;

}



::selection {

	background: #fff;

	color: #777;

}



h1, h2, h3, h4, p, ul {

	margin: 0;

	padding: 0;

	font-weight: normal;

	list-style: none;

}







/*shared*/



span.clr {

	display: block;

	clear: both;

}







/*content*/



#container {

	position: relative;

	/*z-index: 1000;*/

	width: 700px;

	padding: 0px 0px 0 0;

	/*border-right: 1px solid #1c1c1c;*/

	background: #fff;

	margin: auto;

	text-align: left;

}



.title {

	width: 700px;

	padding-bottom: 10px;

	border-bottom: 1px solid #202020;

}





.thumbnailContainer {

	width: 700px;

	border-top: 1px solid #202020;

	margin-top: 5px;

	display: none;

	height: 0px;

	overflow: hidden;





}



.thumbnailContainer .clipper {

	margin: 5px 0 0 0;

}



.thumbnailContainer .horizontal {

	border: 1px solid #202020;

	width: 0px;

	height: 0px;

	padding: 0px 0 0 0px;

	margin: 5px;

	float: left;

	cursor: pointer;

}



.thumbnailContainer .vertical {

	border: 1px solid #202020;

	width: 0px;

	height: 0px;

	padding: 0px 0 0 0px;

	margin: 5px;

	float: left;

	cursor: pointer;

}



.thumbnailContainer img {

	/*border-left: 1px solid #202020;

	border-right: 1px solid #202020;

	margin: 0px 0px;*/

}




#footer {

	width: 700px;

	border-top: 1px solid #202020;

	margin-top: 10px;

	padding: 5px 0px;

	text-align: right;

}



a {

	color: #202020;

	text-decoration: none;

}



a:hover {

	color: #003092;

	text-decoration: none;

}



.left {

	float: left;

}



.right {

	float: right;

}



#images {

	display: none;

}

.highslide {

    cursor: url(highslide/graphics/zoomin.cur), pointer;

    outline: none;

}

.highslide-active-anchor img {

	visibility: hidden;

}

.highslide img {

	border: 1px solid gray;

}

.highslide:hover img {

	border: 1px solid white;

}



.highslide-wrapper {

	background: white;

}

.highslide-image {

	border: 1px solid white;

}

.highslide-image-blur {

}

.highslide-caption {

    display: none;

    

    border: 1px solid white;

    border-top: none;

    font-family: Verdana, Helvetica;

    font-size: 10pt;

    padding: 5px;

    background-color: white;

}

.highslide-loading {

    display: block;

	color: black;

	font-size: 8pt;

	font-family: sans-serif;

	font-weight: bold;

    text-decoration: none;

	padding: 2px;

	border: 1px solid black;

    background-color: white;

    

    padding-left: 22px;

    background-image: url(highslide/graphics/loader.white.gif);

    background-repeat: no-repeat;

    background-position: 3px 1px;

}



a.highslide-credits,

a.highslide-credits i {

    padding: 2px;

    color: silver;

    text-decoration: none;

	font-size: 10px;

}

a.highslide-credits:hover,

a.highslide-credits:hover i {

    color: white;

    background-color: white;

}

a.highslide-full-expand {

	background: url(highslide/graphics/fullexpand.gif) no-repeat;

	display: block;

	margin: 0 10px 10px 0;

	width: 34px;

	height: 34px;

}



/* These must always be last */

.highslide-display-block {

    display: block;

}

.highslide-display-none {

    display: none;

}