.works_link.hover, .works_link.current
{
	color: #FFFFFF;
}

.miniature.hover img, .miniature.current img
{
	border: 2px solid #FFFFFF;
}

.page_link
{
	padding: .2em .5em;
	margin: .3em;
	background-color: #000000;
	color: #B40169;
	text-decoration: none;
}
.page_link:hover, .page_link.current
{
	background-color: #FFFFFF;
	color: #000000;
}

.img_container
{
	background-image: url(/img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* SLIDER */
.container
{
	position: relative;
	overflow: hidden;
}

.slider
{
	position: absolute;
}

#menu_works .container
{
	margin-top: 10px;
}

#menu_works .slider
{
	width: 100%;
}

#small_images .container
{
	margin: 0 15px;
	height: 65px;
}

#small_images .less_item
{
	position: absolute;
	bottom: 20px;
}

#small_images .more_item
{
	position: absolute;
	right: 0;
	bottom: 20px;
}

#small_images .segment
{
	overflow: hidden;
	white-space: nowrap;
}

#small_images
{
	position: relative;
}


/* OVERRIDE stylesheets.css */
.miniature 
{
	padding-right: 12px;
}
