/**
* Main CSS of site interface.
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

/* horisontal slider with single handle */

#slider-wrap
{
	float: left;
	height: 122px;
	margin-left: 37px;
	width: 659px;
}

#slider-content
{
	float: left;
	height: 104px;
	overflow: hidden;
	width: 659px;
	white-space: nowrap;
}
#slider-content td
{
	height: 104px;
	padding: 0 12px;
	text-align: center;
	vertical-align: middle;
}
#slider-content a:hover
{
	background: none;
}
#slider-content img
{
	cursor: pointer;
}

#slider-track
{
	background: url("../tmpl/img/slider_track.png") no-repeat 50% 7px;
	float: left;
	height: 18px;
	width: 659px;
}
#slider-handle
{
	background: url("../tmpl/img/slider_handle.png") no-repeat 0 0;
	cursor: pointer;
	height: 15px;
	width: 29px;
}