/*------------------------------------------------------ INDEX */

#indexTrailer {
	padding: 20px 0;
	width: 917px;
}

#trailerBox {
	float:left;
	width: 560px;
	height: 345px;
	border: 2px solid #000;
	margin-right:10px;
	z-index:1;
}
#trailerInfo {
	background: url(img/trailer-info-bg.gif) 0 0 no-repeat;
	width: 286px;
	height: 324px;
	float:left;
	padding: 15px 22px 15px 35px;
}
#trailerInfoImage {
	background: url(img/trailer-info-bg.gif) 0 0 no-repeat;
	width: 343px;
	height: 354px;
	float:left;
}
#trailerInfoImage img {
	width: 343px;
	height: 354px;
}
#trailerInfo h1 {
	font-size:2em;
	padding:10px 0;
	font-weight:bold;
}

/*------------------------------------------------------ TRAILER CAROUSEL */

/* CAROUSEL */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-container {
    position: relative;
    width:920px;
	height:400px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 920px;
    height: 400px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* HÄR KOMMER SKINNET..... */

.jcarousel-skin-bananas .jcarousel-container {

}

.jcarousel-skin-bananas .jcarousel-container-horizontal {
    width: 920px;
    padding: 0 70px;
}

.jcarousel-skin-bananas .jcarousel-clip-horizontal {
    width:  920px;
    height: 400px;
}

.jcarousel-skin-bananas .jcarousel-item {
    width:  920px;
    height: 400px;
}

.jcarousel-skin-bananas .jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-skin-bananas .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-bananas .jcarousel-next-horizontal {
	background: #fff url('img/next3.gif') no-repeat scroll 8px 155px;
	cursor: pointer;
	height: 400px;
	width: 70px;
	position:absolute;
	right: 0;
	top: 0;
}

.jcarousel-skin-bananas .jcarousel-next-horizontal:hover {
    
}

.jcarousel-skin-bananas .jcarousel-next-horizontal:active {
    
}

.jcarousel-skin-bananas .jcarousel-next-disabled-horizontal,
.jcarousel-skin-bananas .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-bananas .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-bananas .jcarousel-prev-horizontal {
	background: #fff url('img/previous3.gif') no-repeat scroll 13px 155px;
	cursor: pointer;
	height: 400px;
	width: 70px;
	position: absolute;
	left: 0;
	top: 0px;
}

.jcarousel-skin-bananas .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-bananas .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-bananas .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-bananas .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-bananas .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

/* HOME PAGE GRID */

#indexFooter {
	clear:both;
	margin-left: 30px;
}

#grid_holder {
	position: relative;
	clear: both;
	width: 900px;
	height: 300px;
}

#g1 {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 642px;
	height: 300px;
	background-color:#fff;
}
#g2 {
	position: absolute;
	top: 0;
	left: 725px;
	width: 225px;
	height: 300px;
	background: #FAD505;
}