/* © teKiLLa, 2007 */

/**************************************************************** 
	Год:	2007
	Автор: 	teKiLLa
	
	Поддержка: 
   
		1. Браузеры:	Mozilla Firefox
						Internet Explorer 6.*
						Internet Explorer 7.*
						Opera
	
		2. Разрешения:	1024x768 и выше

	Необходимые комментарии: 
   
		1. Знаки подчёркивания ("_"), двойной слэш ("//") 
		   используются для корректного отображения в Internet Explorer
	
		2. Не рекомендуется изменять данный файл
	
*****************************************************************/


/* Обобщающие стили */
	
	* {
		font-size: 100.01%;}

	html, body, 
	p, div, pre, 
	form, fieldset,
	dl, dt, dd,
	ul, ol, li,
	table, td, th, 
	h1, h2, h3, h4, h5 {
		margin: 0; padding: 0; line-height: 1.4;
		vertical-align: top;}

	h1, h2, h3, h4, h5 {
		line-height: 1;}

	body {
		width: 100%; height: 100%; 
/* Стандартный размер и стиль шрифта */ 
		font-size: 68.75%; font-family:  Arial, Verdana, sans-serif;
		color: #fff;}

	html {
		width:100%; height: 100%;}

	table{
		border-collapse:collapse;}

	img {
		border: 0;}
	
/* Стандартные цветовые схемы для ссылок */

	a, a:visited, .content a, .content a:visited {
		color: #fff;}

	a:hover, a:active, .content a:hover, .content a:active {
		color: #375EC8;}

/* Частоиспользуемые классы стилей */

	.w100 {
		width: 100% !important;}
	
	.p0 {
		padding: 0 !important;}

	.m0 {
		margin: 0 !important;}

	.bn {
		border: none !important;}

	.bgn {
		background: none !important;}

	.fl {
		float: left !important;}

	.cursor {
		cursor: pointer; cursor:hand;}

	.clear {
		clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden;}
		
	#jCarouselLiteDemo .digg {
        position: absolute;
        left: 810px;
        top: 110px;
    }

    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("imageNavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("imageNavLeftHover.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 


    #jCarouselLiteDemo .carousel .jCarouselLite {
      /*float: left;*/
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
        height: 170px;
    }


        #jCarouselLiteDemo .carousel li img{
			border: 3px double #CCC;
            background-color: #fff;
            width: 150px;
            height: 118px;
            margin: 10px 10px 0px 10px;
        }
