body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {margin: 0 0 18px}
img {
	border: none;
}

fieldset,img {
	border: 0;
}
/*
clear zone
*/
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}


a.arrow_l,
a.arrow_r{
	height:34px;
	width:33px;
	display:block;
	position:absolute;
	top:200px;
	z-index:10px;

}

a.arrow_l {
	background:transparent url(../img/tbox_gallery_arrows_left.gif) left top no-repeat;
	left:0;
	z-index:100;
}

a.arrow_l:hover {
	background:transparent url(../img/tbox_gallery_arrows_left.gif) left bottom no-repeat;
}

a.arrow_r {
	background:transparent url(../img/tbox_gallery_arrows_right.gif) left top no-repeat;
	right:0;
	z-index:100;
}

a.arrow_r:hover {
	background:transparent url(../img/tbox_gallery_arrows_right.gif) left bottom no-repeat;
}

.gallery_content {
	width:980px;
	margin:0 auto;
}

.gallery_content #gheader {
	border-bottom:1px solid #CCCCCC;
	padding:20px;
}

.gallery_content #gheader .date {
	font:italic 12px Georgia,serif;
	padding:0 20px;
}

.gallery_content #gheader .counter {
	font:italic 18px Georgia,serif;
	padding:0 40px;
}

.gallery_content #gheader .related {
	font:normal 12px/22px Verdana,serif;
	background-color:#3369b2;
	cursor:pointer;

	padding:0 14px;
	float:right;
	width:150px;
	
	border-radius:5px;
	-moz-border-radius:5px;
	
	-moz-box-shadow:-1px 1px 2px rgba(51, 105, 178, 0.5), 0 0 1px rgba(255, 255, 255, 0.3) inset;
	box-shadow:-1px 1px 2px rgba(51, 105, 178, 0.5), 0 0 1px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow:-1px 1px 2px rgba(51, 105, 178, 0.5), 0 0 1px rgba(255, 255, 255, 0.3) inset;
}

.gallery_content #gheader .related:hover {
	background-color:#d98313;
	-moz-box-shadow:-1px 1px 2px rgba(236, 142, 21, 0.5), 0 0 1px rgba(255, 255, 255, 0.3) inset;
	box-shadow:-1px 1px 2px rgba(236, 142, 21, 0.5), 0 0 1px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow:-1px 1px 2px rgba(236, 142, 21, 0.5), 0 0 1px rgba(255, 255, 255, 0.3) inset;
}

.gallery_content #gheader .related em {
	background:transparent url("/templates/Default/images/new/direction_arrows.png") top left no-repeat;

	display:block;
	margin-top:5px;
	float:right;
	width:9px;
	height:12px;
}

.gallery_content #gheader .related a {
	text-decoration:none;
	color:white;
}

.gallery_content #gheader img {
	margin-bottom:-7px;
}

.gallery_content #gheader h1 {
	display:inline;
	padding:0 30px 0 0;
	font-weight:normal;
	float:left;
	width:370px;
	line-height:30px;
	font-size:24px;
}

.carousel {
	margin:0 auto;
}

.gallery_content #logo {
	background:url("/templates/default/images/new/logo.gif") no-repeat scroll left top transparent;
	display:block;
	height:85px;
	width:141px;
	float:left;
}

.gallery_content .slider ul li {
	float:left;
	list-style:none;
}

.gallery_content .slider ul li a img {
	border:white 2px solid;
}

.gallery_content .slider ul li a img:hover {
	border:#D98313 2px solid;
}

.gallery_content .slider ul li a img.current {
	border:#D98313 2px solid;
}

.gallery_content #hugo_photo {
	text-align:center;
	padding:15px 0;
}

.gallery_content #hugo_photo img {
	float:left;
}

.gallery {
	border:7px solid #ccc;
	margin:10px 0;
}

.gallery .navigator {
	text-align:center;
	display:none;
}

.gallery .navigator div {
	width:49%;
	display:inline-block;
	text-align:center;
	border:1px dashed #c9c9c9;
}

.gallery .next, .gallery .prev {
	background-color:white;
	color:black;
}

.gallery .next:hover, .gallery .prev:hover {
	background-color:#D98313;
	color:white;
	border:1px dashed #3268B2;
}

.gallery .next_gray, .gallery .prev_gray {
	background-color:#4C4C4C;
	color:white;
}

.gallery .next_gray:hover, .gallery .prev_gray:hover {
	background-color:#D98313;
	color:white;
}

.gallery .navigator {
	width:100%;
	margin:10px 0;
}

.clearfix { zoom: 1 }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.gallery .counters {
	clear:both;
	text-align:right;
}


/*********/
.hugo_table {
	display:table;
	width:1000px;
	position:relative;
}

.hugo_row {
	display:table-row;
	padding-left:0;
	float:left;
	margin-left:33px;
}

.gallery_content .slider ul li.hugo_cell {
	float:none;
	display:table-cell;
	vertical-align:top;
	background-color:#20292d;
	color:white;
}

.hugo_cell .description {
	padding:15px;
	text-align:left;
}

.hugo_cell a.button {
	font-family:TrebuchetMS;
	font-size:16px;
	line-height:40px;
	background:white;
	text-decoration:none;
	color:black;
	border:1px solid #FCFCFC;
	
	float:left;
	margin-right:10px;
	margin-top:14px;
	padding:0 5px;
	border-radius:6px 6px 6px 6px;
	box-shadow:0 5px 7px 1px #eEeEf3 inset, 0 0 0 2px #ECECf3;
	-moz-border-radius:6px 6px 6px 6px;
	-moz-box-shadow:0 5px 7px 1px #eEeEf3 inset, 0 0 0 2px #ECECf3
}

.hugo_cell a.button:hover {
	cursor:pointer;
	background-color:#627AAC;
	color:white;
	
	box-shadow:0 5px 7px 1px #556B96 inset, 0 0 0 2px #4A5C82;
	-moz-box-shadow:0 5px 7px 1px #556B96 inset, 0 0 0 2px #4A5C82
}

/**************************************************************/
/**** today teaser ****/
div.announce-text {
	width:170px;
	float:left;
	padding:10px;
}

h3 {
	font-weight:normal;
	font-size:18px;
	margin:15px 0 10px;
}

/*********************************************************/
/* common styles */
/*********************************************************/
.gallery hr {
	height:1px; background-color:black; border:0;
}

.align_center {
	position: relative;
	width: 100%;
}

.align_center:after {
	content: '';
	display: block;
	clear: both;
}

.align_center_to_left {
	position: relative;
	right: 50%;
	float: right;
}

.align_center_to_right {
	position: relative;
	z-index: 1;
	right: -50%;
}