﻿	.right_bk{background:url(../../images/gal/right_bk.gif) no-repeat bottom left;}
	.right_arrow{background:url(../../images/gal/arrow.gif) no-repeat top left; margin:5px 30px 10px 20px; padding-left:10px;}
	.right_arrow div{background:url(../../images/gal/line.gif) repeat-x scroll bottom  left; padding-bottom:3px;}
	
	.gvContainer{
		width:600px;
		height:395px;
		background:url(../../images/gal/bg_main.gif);
		overflow:hidden;
		position:relative;
	}
	.gvContainer .gvHolder{
		position:absolute;
		top:0;
		left:0;
		margin-left:18px;
		margin-top:0;
	}
	.gvHeader{
		width:600px;
		background:url(../../images/gal/bg_top.gif);
		color:#ffffff;
		height:30px; padding-top:16px;
		position:relative;
	}
	.gvHeader span{
		color:#fff;
		font-size: 15px;
		padding-left:42px;
	}

    .gvHeader a{color:#ffffff;}
	.gvHeader a:hover{color:#ffffff;}
	
	.gvFooter{
		width:600px;
		background: url(../../images/gal/bg_bot.gif);
		color:#ffffff; font-size:12px;
		height:40px;
		text-align:center;
	}
	.gvFooter .gvLinks{
		padding:0px auto;
		padding-top:10px;
	}
	.gvFooter a{
		padding:0 10px;
		width:15px;
		color:#ffffff;
	}
	.gvFooter a:hover{
		background:#fff;
		color:#098AC8;
	}
	.gvHeader strong{
		padding-left:10px;
		font:bold 11px/20px Geneva, Arial, Helvetica, sans-serif;
	}
	.gvHeader a.gvFullSizeText{
		position:absolute;
		right:0;
		top:0;
		display:none;
		font:bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		width:120px;
		text-align:right;
		padding-right:5px;
	}
	.gvContainer .gvItem{
		width:90px;
		text-align:center;
		vertical-align:middle;
		height:75px;
		position:relative;
		float:left;
		border:1px solid #dddddd;
		margin:1px;
		overflow:hidden;
		background:#fff;
	}
	/*stupid ie6 fix*/
	* html .gvContainer .gvItem {
		margin-left: 0;
		margin-right: 2px;
	}
	.gvContainer .gvItem .gvOpen{
		position:absolute;
		top:0;
		left:0;
		height:15px;
		width:90px;
		font-size:11px;
		color:#333333;
		background:#dedede ;
		border-bottom:1px solid #2BA2DC;
		text-align:right;
	}
	.gvContainer .gvItem img{
		position:absolute;
		top:10px;
		left:10px;
		padding:0;
		margin:0;
		border:none;
		cursor:pointer;
	}
	.gvImgContainer{
		position:absolute;
		top:0;
		left:0;
		width:600px;
		height:395px;
		display:none;
		overflow:hidden;
		background:url(../../images/gal/bg_main.gif);
	}
	.gvImgContainer .gvDescText{
		width:454px;
		position:absolute;
		bottom:0;
		left:50%;
		margin-left:-230px;
		font:11px/15px;
		color:#333333;
		background:#ededed ;
		border-bottom:none;
		display:none;	
		padding:3px;	
	}
	.gvImgContainer img{border:none;padding:0;margin:0;
		cursor:pointer;
		display:none;}
	.gvLoader{
		background:url(../../images/gal/loadingAnimation.gif);
		width:42px;
		height:42px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-21px;
		margin-top:-21px;
		display:none;
	}
	.gvLoaderMini{
		background:url(../../images/gal/ajax-loader.gif);
		width:42px;
		height:42px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-21px;
		margin-top:-21px;
	}
	
/**************************jqModal***************************/

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    background-color: #fff;
    color: #333;
    border: 1px solid #6E8D2B;
}
.jqmWindow img{margin:10px 0 10px 10px;}
.jqmOverlay { background-color: #C1FD3E; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}