html, body, form, fieldset, ul, li {
	margin:0;
	padding:0;
}
#bodybgd {
	font: 12px "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #333;
	background: #fff;
}
/* get rid of those system borders being generated for A tags */
#logo {
	background:url(../images/logo.png) 0 0 no-repeat;
	width:80px;
	height:80px;
	margin-right:15px;
	float:right;
}
#logo:hover {
	background:url(../images/logo.png) 0 100% no-repeat;
}
a {
	color: #AEAEAE;
	text-decoration: none;
}
a:hover {
	color: #757575;
	outline:none;
}
a:active {
	outline:none;
}
img, img:hover {
	border:none;
}
:focus {
	-moz-outline-style:none;
}
::selection {
 background: #000;
 color: #eee;
}
::-moz-selection {
 background: #000;
 color: #eee;
}
.back_btn {
	float:right;
	margin-right:15px;
	line-height:200%;
	font-size:72px;
	color:#e1e1e1;
	text-shadow: 5px -1px 10px #666;
}
.back_btn:hover {
	color:#CECECE;
	text-shadow: 5px -1px 10px #999;
}
.big_h1 {
	color: #e1e1e1;
	font-size:200%;
	float:left;
	margin-top:30px;
	margin-left:5px;
	text-shadow: 2px -2px 3px #666;
}
#wrapper {
	margin:0 auto;
	width:968px;
	text-align:center;
}
#bigmenu {
	width:968px;
}
#maincont{
	position:relative;
	width:910px;
}
#footer {
	width:100%;
	color:#999;
}
.clearfix {
	clear:both;
}
.gallerythumbnail {
	width: 960px;
	border-top: 1px solid #ccc;
	margin:25px auto;
	display: none;
	height: 0px;
	overflow: hidden;
	text-align:left;
	float:left;
}
.gallerythumbnail .galleryclipper {
	margin: 10px 0 0 0;
}
.gallerythumbnail .vertical {
	border: 1px solid #ccc;
	width: 270px;
	height: 275px;
	padding: 5px 0 0 20px;
	margin: 12px;
	float: left;
	cursor: pointer;
	/* CSS3 styling for latest browsers */
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow:0 0 10px 5px #d9d9d9;
	-webkit-box-shadow:0 0 10px #999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.gallerythumbnail .vertical:hover {
/*border: 1px solid #666;*/
}
.gallery_h2 {
	font-size:198%;
	float:none;
	text-shadow: 2px -2px 3px #666;
}
.gallerythumbnail .vertical img{
	margin-top:10px;
	border:1px solid #666;
}
/**************************************************************************************************galerija*/

	

#triggers {
	text-align:center;
	position:relative;
	display: inline-block;
	
}
#horizontal, #vertical {
	border: 1px solid #ccc;
	padding: 5px 0 0 0;
	margin:5px 0 0 5px;
	float: left;
	cursor: pointer;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0px 0px 4px #a5a5a5;
	-moz-box-shadow:0 0 4px 2px #d9d9d9;
	-webkit-box-shadow:0 0 4px #a5a5a5;
}
#horizontal {
	width: 84px;
	height: 105px;
}
#vertical {
	width: 143px;
	height: 106px;
}
#horizontal:hover, #vertical:hover {
	box-shadow:0px 0px 4px #777;
	-moz-box-shadow:0 0 4px 2px #a9a9a9;
	-webkit-box-shadow:0 0 4px #777;
}
/* the active thumbnail */
#triggers a.active img, #triggers a.active img {
	outline:1px solid #555;
	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

