
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}

div#container
{
	position:relative;
	width: 875px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}
body {text-align:center;margin:0;
      color:#404040;
	    background:#FFF;
	    }

.contenantPres {
  position:absolute;
	width: 650px;
	height:1500px;
	border: 1px solid #EEE;
	padding: 10px;
	margin-left: 180px;
	margin-top: 192px;
}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}

#gallery {
    position: relative;
    width: 700px;
    float:left;
}
#thumbs {
    width: 700px;
    float: left;
}
#thumbs a {
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    width: 50px;
    height: 50px;
    border: 0px solid #000;
}
#thumbs a img {
    width: 50px;
    height: 50px;
    border: 0;
}
#thumbs a:hover {
    border-color: #ddd;
}
#thumbs a:hover img {
    position: absolute;
    width: auto;
    height: auto;
    left: 5px;
    top: 80px;
    border: 1px solid #333;
}