﻿
.container 
{
	height      : 360px;
	width       : 850px;
	margin      : 0px 0px 0px 80px;
	top         : 0; 
	left        : 0;
	position    : relative;
}

.newcontainer 
{
	height      : 360px;
	width       : 850px;
	margin      : 0px 0px 0px 0px;
	top         : 0; 
	left        : 0;
	position    : relative;
}

.huntContainer 
{
	height      : 360px;
	width       : 850px;
	margin      : 0px;
	top         : -10px; 
	left        : 0;
	position    : relative;
}

.lineContainer
{
	width       : 400px;
	float       : left;
}

.lineThumb
 {
	height      : 70px;
	width       : 60px;
	position    : relative;
	float       : left;
}

ul.thumb 
{
	float       : left;
	list-style  : none;
	margin      : 0; 
	padding     : 35px;
	width       : 80px;
}

ul.thumb li 
{
	margin      : 10; 
	padding     : 10px;
	float       : inherit;
	position    : relative;
	text-align  : center;
	width       : 40px;
	height      : 40px;
}

ul.thumb li img 
{
	width       : 40px; 
	height      : 40px;
	padding     : 5px;
	background  : url(/plugins/gallery/images/thumb_bg_sml.png) no-repeat center center;
	position    : absolute;
	left        : 0; 
	top         : 0; 
}

ul.thumb li img.hover 
{
	background  : url(/plugins/gallery/images/thumb_bg.png) no-repeat left top;
	border      : none;
}

#main_view 
{
	float       : left;
	padding     : 0px;
	margin-left : -20px;
	margin-right: 10px;
}
