/* ---------------------------------------------------------------------------------------------------- GALLERY -------------------------------------------------- */
#gallery {
	/* CSS3 box shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 rounded corners */
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	/* settings */
	background:url(../img/gallery/gallery_img/panel.jpg) repeat-x bottom center #ffffff;
	text-align: center;
	width:920px;
	overflow:hidden;
	border:1px solid white;
}

#gallery ul {
	margin:0px -4px 0 0;
	padding:0px;
	display: inline;
}

#gallery li {
	display: inline-block;
	list-style:none;
	width:60px;
	height:45px;
	vertical-align: top;
	overflow:hidden;
	margin: 0 -5px 0 0;
	padding: 0;
}

#gallery li.act, li.act:hover {
	background:url(../img/gallery/gallery_img/active_bg.png) no-repeat;
}

#gallery li.inact:hover {
	background:url(../img/gallery/gallery_img/pic_bg.png) repeat;
}

#gallery li.fbar.inact:hover {
	background:url(../img/gallery/gallery_img/divider.png) no-repeat right;
}

#gallery li.act a {
	background:url(../img/gallery/gallery_img/active_bg.png) no-repeat;
	cursor: default;
}

#gallery li a {
	display:block;
	background:url(../img/gallery/gallery_img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#gallery a img {
	border:none;
}

#slides {
	width:920px;
	height:400px;
	overflow:hidden;
}

.slide {
	float:left;
	width: 920px;
}

#thumbs {
	height:45px;
}

.fbar {
	width:2px;
	background:url(../img/gallery/gallery_img/divider.png) no-repeat right;
}

/*#thumbs img.prenos {
	position: relative;
	//top: -5px;
	//left: -40px;
	margin: 0;
	padding: 0;
}

#thumbs a.prenos_mac {
	position: relative;
	top: -5px;
	left: -40px;
	//left: -35px;
	margin: 0;
	padding: 0;
}

#thumbs a.prenos_win {
	position: relative;
	top: -5px;
	left: -40px;
	//left: -40px;
	margin: 0;
	padding: 0;
}
*/

#thumbs h4 {
	display: inline;
	position: relative;
	font-size: 12px;
	font-weight: normal;
	color: #5F5E62;
	margin: 0;
	padding: 0;
	top: -13px;
}

#thumbs h4.video {
	position: relative;
	margin: 0 30px 0 0;
	padding: 0 0 0 100px;
}

#thumbs img.video {
	/* CSS3 box shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 rounded corners */
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	position: relative;
	left: -20px;
	margin: 5px 0 0 0;
	padding; 0;
	border: 2px solid white;
}

/* ---------------------------------------------------------------------------------------------------- NEWS -------------------------------------------------- */
#news {
	font-size: 12px;
	margin: 10px 0 10px 12px;
}

#news span {
	color: #969696;
	float: left;
	height: 15px;
	padding: 3px 10px 3px 0;
	border-right: 1px solid #868686;
	font-weight: bold;
}

.newsticker {
	float: left;
	position: relative;
	list-style-type: none;
	color: #8ac64f; //#868686;
	text-align: left;
	height: 15px;
	margin: 0;
	padding: 3px 0 3px 10px;
}

/* ---------------------------------------------------------------------------------------------------- POPUP -------------------------------------------------- */
#prenos_mac {
	background: url('../img/main/prenos_mac.png') no-repeat scroll top left;
	width: 130px;
	height: 30px;
	position: relative;
	left: 20px;
	top: 9px;
	
	float: left;
}

#prenos_win {
	background: url('../img/main/prenos_win.png') no-repeat scroll top left;
	width: 130px;
	height: 30px;
	position: relative;
	left: 40px;
	top: 9px;
	
	float: left;
}

#downloadCallout_mac {
	background-image: url(../img/main/downloadCalloutBlank.png);
	background-repeat: no-repeat;
	display: none;
	width: 190px;
	height: 160px;
		
	position:absolute;
	top:-160px;
	left:15px;
	
	z-index:10;
	opacity: 0;
	padding-top: 8px;
	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#downloadCallout_win {
	background-image: url(../img/main/downloadCalloutBlank.png);
	background-repeat: no-repeat;
	display: none;
	width: 190px;
	height: 160px;
		
	position:absolute;
	top:-160px;
	left:165px;
	
	z-index:10;
	opacity: 0;
	padding-top: 8px;
	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#downloadCallout_mac span {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px white;
	color: #000;
}

#downloadCallout_win span {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px white;
	color: #000;
}

#downloadCallout_mac dt {
	text-shadow: 0px 1px white;
	margin-top: 5px;
	margin-left: 20px;
	text-align: right;
	width: 50px;
	display: inline-block;
	color: #8ac64f;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	float: left;
}
			
#downloadCallout_mac dd {
	text-align: left;
	margin-top: 5px;
	margin-right: 15px;
	text-shadow: 0px 1px white;
	width: 95px;
	float: none;
	margin-left: 0;
	display: inline-block;
	color: #293b43;
	font-size: 12px;
	float: right;
}

#downloadCallout_win dt {
	text-shadow: 0px 1px white;
	margin-top: 5px;
	margin-left: 20px;
	text-align: right;
	width: 50px;
	display: inline-block;
	color: #8ac64f; //#748a9e;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	float: left;
}
			
#downloadCallout_win dd {
	text-align: left;
	margin-top: 5px;
	margin-right: 15px;
	text-shadow: 0px 1px white;
	width: 95px;
	float: none;
	margin-left: 0;
	display: inline-block;
	color: #293b43;
	font-size: 12px;
	float: right;
}
	
#downloadCallout_mac dl {
	margin-top: 2px;
}

#downloadCallout_win dl {
	margin-top: 2px;
}
