/* DEPRECATED FILE */




/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(http://ksmoscow.ru/test/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(http://ksmoscow.ru/test/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* root element for the entire scrollable setup */
div.scrollable {
	position:relative;
	overflow:hidden;
	width:555px;
	height:410px;
}

/*
	root element for scrollable items. It is
	absolutely positioned and given a large width.
*/
#thumbs {
	position:absolute;
	width:20000em;
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:200px;
}



/* single item */
#thumbs div {
	float:left;
	width:555px;
	height:410px;
	background:#1c2763;
	color:#fff;
	cursor:pointer;
}

#thumbs img {
	border-bottom: 1px solid #fff;margin-left:1px;margin-right:1px;margin-top:1px;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;
	font-size:13px;
	color:#fff;
}

.scr-hdr:visited, .scr-hdr:link, .scr-hdr:active, .scr-hdr:hover{color:#fff;text-decoration:none;margin-left:10px;text-transform:uppercase;font-weight:bolder;font-size:16px;}

.scr-hdr-1{color:#fff;margin-left:10px;text-transform:uppercase;font-weight:bold;font-size:16px}

.scr-txt:visited, .scr-txt:link, .scr-txt:active, .scr-txt:hover{
	color:#fff;text-decoration:none;font-size:13px;
}
