* {
	margin:0px;
	padding: 0px;
	outline: 0px;
}

body {
	font-size: 11px;
	font-family: arial, sans-serif;
}

div#main {
	display: table;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	height: 105px;
}

#subMenuName {
	position: relative;
	top: 118px;
	left: 272px;
	display: block;
}

a {
	text-decoration: none;
}

a:hover {

}

a#contact {
	display: block;
	padding-top: 3px;
	padding-right: 2px;
	height: 17px;
	float: right;
}

div#menuLine {
	width: 975px;
	background-color: #2a2a2a;
	display: table;
	border: 0px;
	height: 20px;
}

ul {
	list-style: none;
	background: #2a2a2a;
}

ul li {
	position: relative;
	display: block;
	float: left;
	background-color: #2a2a2a;
}

ul li a {
	display: block;
	float: left;
	padding-right: 40px;
	padding-top: 3px;
	padding-left: 2px;
	height: 17px;
	background-color: #2a2a2a;
}

ul li ul li a {
	width: 160px;
	padding-right: 5px;
}

ul li ul li a:hover {
	background-color: #111111;
	display: block;
}

li ul {
	position: absolute;
	left: 0px;
	top: 20px;
	display: none;
	font-size: 11px;
	width: 160px;
}

li:hover ul, li.over ul { display: block; }

div#content {
	margin-top: 20px;
	text-align: center;
	width: 975px;
	display: table;
}

div.thumb {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100px;
	height: 60px;
	text-align: center;
}

a img {
	border: 0px;
}

span#counter {
	margin-right: 10px;
	margin-left: 10px;
}

a#prev {
	padding-left: 10px;
	background-image: url('./prevArrow.png');
	background-position: center left;
	background-repeat: no-repeat;
}

a#next {
	padding-right: 10px;
	background-image: url('./nextArrow.png');
	background-position: center right;
	background-repeat: no-repeat;
}


div#row {
	margin-top: 10px;
	text-align: right;
}

#imgCont {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
