/* CSS Document */

#slides {
	/*min-width: 1280px;*/
	width: 100%;
	height: 630px;
	position: absolute;
	top: 0;
	left: 0;
}
#slides .slides_container {
	width: 1280px;
	display: none;
	margin: 0;
	padding: 0;
	clear:both;
}
/*
      Each slide
      Important:
      Set the width of your slides
      If height not specified height will be set by the slide content
      Set to display block
    */
	

	
#slides .slides_container div {
	width: 1280px;
	height: 630px;
	display: block;
}
#slides_carousel {
	/*min-width: 944px;*/
	/*width: 100%;*/
	height: 134px;
	position: relative;
	top: 0;
	left: 0;
	width:225px;/*width:944px;*/
}
#slides_carousel .slides_container {
	/*width: 966px;*/
	min-width:225px;
	width:944px;
	display: none;
	margin: 0;
	padding: 0;
	clear:both;
}
#slides_carousel .slides_container div {
	width: 225px;
	height: 134px;
	display: block;
	padding-left:45px;
}
#slides_carousel .slides_container div ul {
	list-style-type:none;
}
#slides_offers {
	padding: 0;
	position: relative;
	width: 1026px;
}
#slides_offers .slides_container {
	width: 1026px;
	/*display:none;*/
	margin: 0;
	padding: 0;/*padding:0 0 0 10px;*/
}
/*
      Each slide
      Important:
      Set the width of your slides
      If height not specified height will be set by the slide content
      Set to display block
    */
#slides_offers .slides_container ul {
	width: 966px;
	height: 134px;
	display: block;
}
#slides.room-photos .slides_container {
	height: 377px;
	width:670px;
	margin: 0 0 10px;
	padding: 0;
	border-top: none;
}
#slides.room-photos .slides_container div {
	width: 670px;
	height: 377px;
	display: block;
}
/*.slides_container div img{
     width:100%;
      height:440px;
      display:block;
    }*/
    
    /*
      Optional:
      Reset list default style
    */
.pagination {
	display:none;
}
#colum ul li .pagination {
	margin: 0;
	display:block;
	list-style: none;
	position:absolute;
	bottom:9px;
	left:10px;
	float:left;
	z-index:999;
}
#colum ul li .pagination li {
	float: left;
	margin: 0 1px;
	padding:0;
	height:10px !important;
	min-height:0;
	max-height:10px;
	width:10px;
	border:none;
}
#colum ul li .pagination li a {
	display: block;
	width: 10px;
	height: 0;
	padding-top: 10px;
	background-image: url(http://www.ru.grandpresident.com/images/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
#colum ul li .pagination li.current a, .pagination li.current a:hover {
	background-position: 0 -20px
}
#colum ul li .pagination li a:hover {
	background-position: 0 -10px
}

#slides a:link, #slides a:visited {
	color: #333
}
#slides a:hover, #slides a:active {
	color: #9e2020
}
/*
      Optional:
      Show the current slide in the pagination
    */
.pagination .current a {
	color: red;
}
#full-screen-background-image {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
.prev-next-wrap {
	display:block;
	clear:both;
	position:relative;
	width:1026px;
	margin:0;
	padding:0;
	top:306px;
	z-index:99999;
}
.prev, .prev2 {
	position:absolute;
	left:0;
	z-index:9999;
}
.next, .next2 {
	position:absolute;
	right:0;
	z-index:9999;
}
.prev2, .next2 {
	top:42px;
	width:13px;
	height:30px;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	text-decoration:none;
}
.prev2 {
	background:url(http://www.ru.grandpresident.com/images/prev2.png);
}
.next2 {
	background:url(http://www.ru.grandpresident.com/images/next2.png);
}
#slides .slides_container div.caption {
	background: none;
	top: 430px;
	color: #715822;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	left:0;
	padding: 0 140px;
	text-align:right;
	position: absolute;
	text-shadow: none;
	width: 1000px;
	height:10px;
	z-index: 500;
	text-transform:uppercase;
}

/*********** JCAROUSEL ************/
.jcarousel-container {
}
.jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-container-horizontal {
	width: 948px;
	height:134px;
	padding:0 33px;
}
.jcarousel-clip {
	overflow: hidden;
}
.jcarousel-item {
	width: 225px;
	height: 134px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	position: absolute;
	top: 43px;
	right: 5px;
	width: 13px;
	height: 30px;
	cursor: pointer;
	background: transparent url(http://www.ru.grandpresident.com/images/next2.png) no-repeat 0 0;
}
.jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(http://www.ru.grandpresident.com/images/prev2.png);
}
.jcarousel-next-horizontal:hover, .jcarousel-next-horizontal:focus {
}
.jcarousel-next-horizontal:active {
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:focus, .jcarousel-next-disabled-horizontal:active {
	cursor: default;
}
.jcarousel-prev-horizontal {
	position: absolute;
	top: 43px;
	left: 5px;
	width: 13px;
	height: 30px;
	cursor: pointer;
	background: transparent url(http://www.ru.grandpresident.com/images/prev2.png) no-repeat 0 0;
}
.jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(http://www.ru.grandpresident.com/images/next2.png);
}
.jcarousel-prev-horizontal:hover, .jcarousel-prev-horizontal:focus {
}
.jcarousel-prev-horizontal:active {
}
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:focus, .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
}
.jcarousel-next-disabled, .jcarousel-prev-disabled {
	display:none !important;
	}