#pre:hover{
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,.3)); /*Safari 5.1-6*/
	background: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,.3)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,.3)); /*Fx 3.6-15*/
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,.3)); /*Standard*/
}

#nex:hover{
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,.3)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,.3)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,.3)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.3)); /*Standard*/
}

.secondNav {
	position:absolute;
	top: 5em;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.ac_results {
	padding: 0px;
	border: 1px solid dashed;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}



#search {
	border:1px solid white;
	font-size:1.0em;
	font-family:inherit;
	margin:0px;
}

input#search:hover {
	color: #000;
}

input#search:active {
	color: #000;
}


.caption {
	position:fixed;
	top:130px;
	left: 1060px;
	width:200px;
	height:85px;
	z-index:-1000;
}

.captionP {
	text-indent: -1.5em;
	margin-left: 0.5em;
	margin-top: -1em;
}

.kwicks {
	position: relative;
	opacity: 0.9;
}

.kwick {
	float: left;
	display: block;
	width:105px;
	height:66px;
	border-right:1px dashed #999;
	overflow:hidden;
	padding:0px;
}


#kwicks_container {
	position:fixed;
	left: 105px;
	width:460px;
	height:66px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:40px;
	border-left:1px dashed #999;
	padding:0px;
}

.rCol {
	position:relative;
	left:75px;
}

div.menu {
	margin-left:0%; font-size:11px; border-bottom: 1px dashed #aaa; border-top: 1px dashed #aaa;
    margin: 0px 0px 36px 0px;
}

a.menuItem {
	display:block; color:#444; background-image:none;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	padding:2px 0px 2px 15px;
}

.menuItem {
	font-size:10px;
	color:#444;
	padding:2px 0px 2px 15px;
}

.formBox {

}

textarea.formBox,input.formBox {
	border-bottom : 1px dashed #aaa;
	border-top : 1px dashed #aaa;
	border-left : 0px solid #fff;
	border-right : 0px solid #fff;
	font-size:.8em;line-height:1.875em;
	margin-left:20px;
}

#vertical_slide {
	overflow: hidden;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	padding:2px 0px 2px 15px;
}

.idList li {
	display:block;
	width:150px;
	margin-left:0px;
	padding-left:0px;
	vertical-align:40px;
}

.idList a {
	display:block;
	text-decoration:none;
}

.idList h4, h3 {
	text-decoration:none;
}

.navDiv {
	position:inherit;
	left:0px;
	padding-left:2px;
	text-decoration:none;
}

.secondary {
	position:relative;
	left:110px;
	top:-18px;
}

.secondary a:hover {
	color:#000;
}

.navDiv a:hover {
	color:#FFF;
}

.navDiv a:hover {
	color:#000;
}

.galleryLabel {
	position:inherit;
	top:-100px;
}

.down {
	vertical-align:bottom;
}

.hidden {
	display:none;
}

.secondColTop {
	position:absolute;
	left:50%;
	top:1em;
	padding-top:3px;
	width:940px;
	text-transform: uppercase;
	text-align: center;
	transform: translate(-50%, -0%);
}

.requestImage {
	margin-left:20px;
}
