.warning
{
	color: #EE0000;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

img
{
	border: none;
}
body
{
	margin:0;
	padding:0;
}

html
{
	margin:0;
	padding:0;
	overflow: scroll;
}

#wrap
{
	width: 700px;
	margin: 0 auto;
	padding: 10px;
}

#main
{
	float: left;
	width: 500px;
	padding-bottom: 50px;
}

#contents
{
	float: right;
	width: 194px;
	background-color: #EEFEEE;
	padding: 3px;
}

#contents ul li
{
	padding-bottom: 5px;
}

.thumbnail
{
	position: relative;
	left: -110px;
	top: 45px;
	width: 0px;
	height: 0px;
}

.thumb2
{
	top: 175px !important;
}

.thumbnail img
{
	width: 100px;
	height: 100px;
}

.thumbnail.hover .thumb
{
	border: 2px solid #FFA845;
	left: -2px;
	position: relative;
	top: -2px;
}

.thumbnail .big
{
	position:relative;
	top: -105px;
	left: 106px;
	display: none;
}

.thumbnail.hover .big
{
	top: -109px;
	left: 106px;
}

.thumbnail .big img
{
	width: 700px;
	height: 100%;
	border: 2px solid black;
}