	.photos img {margin:6px 7px;width:140px}
	.photos {margin:10px 0 0 10px;clear:both;}
	.videos {margin:10px 15px;}
	.videos_container {margin-bottom:20px!important;margin-top:10px!important;}
	.videos_container .latest-video {width:515px;margin-left:auto;margin-right:auto;}
	.videos_container .player {border: 1px solid #000000;}
	.videos_container a{color:#ffffff;}
	.videos h3 {font-size:12px;font-weight:bold;font-family:verdana,sans serif;padding:0px;margin:0px 0 3px 0;}
	.videos p {font-size:12px;font-weight:normal;margin:0;padding:0;color:#cccccc;}
	.videos p b {font-weight:normal;}
	.video-overlay{background:transparent url(http://gfx.dagbladet.no/video/ico-play.png) no-repeat scroll 95px 60px;cursor:pointer;height:90px;left:0;opacity:0.8;position:absolute;top:0;width:120px;}
	div.synopsis {font-size:13px;line-height:1.5em;margin-bottom:20px;}
	
	h3 {font: normal bold 17px arial,verdana,sans-serif;}
	.grid-gc {margin-left:10px;}
	h3.nextshows {margin-bottom:10px}
	a.flerebilder {float:right;font-size:11px;margin:0}
	img.kanal-logo- {float:left;margin:0px 0;-moz-border-radius:3px;border:1px solid #cccccc;padding:3px 5px;}
	img.kanal-logo {float:left;margin:0px 0;}
	h2.listing-date {font-size:14px;font-weight:normal;margin-bottom:4px;}
	.listing {width:95%;height:55px;border-top:1px solid #d3d3d3;padding-top:8px;}
	.listing .channel {float:left;width:60px;}
	.listing .meta {float: left;width:210px;font-size:12px;font-family:verdana,sans serif;line-height:16px;}
	.meta .tittel {}
	.listing .date {float: left;width:100px;font-size:12px;font-family:verdana,sans serif;}
	.meta-container {margin-top:5px;}
	/*#next-episodes {margin-left: 10px;height: 250px; overflow:auto;}*/
	
	/**
	 * This <div> element is wrapped by jCarousel around the list
	 * and has the classname "jcarousel-container".
	 */
	.jcarousel-container {
	    position: relative;
	    margin-top: 20px;
	}
	
	.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: 120px;
	    height: 90px;
	    position: relative;
	}
	
	/**
	 * 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;
	}

	.jcarousel-skin-tango .jcarousel-container {
		background-color: #3f3f3f;
		border: 1px solid #444444;
		-moz-border-radius:3px;-webkit-border-radius:3px;
		
	}
	
	.jcarousel-skin-tango .jcarousel-container-horizontal {
	    width: 520px;
	    padding: 20px 40px;
	}
	
	.jcarousel-skin-tango .jcarousel-clip-horizontal {
	    width:  520px;
	    height: 90px;
	}
	

	.jcarousel-skin-tango .jcarousel-item {
	    width: 120px;
	    height: 90px;
	}
	
	.jcarousel-skin-tango .jcarousel-item-horizontal {
	    margin-right: 10px;
	}
	
	.jcarousel-skin-tango .jcarousel-item-vertical {
	    margin-bottom: 10px;
	}
	
	.jcarousel-skin-tango .jcarousel-item-placeholder {
	    background: #fff;
	    color: #000;
	}
	
	/**
	 *  Horizontal Buttons
	 */
	.jcarousel-skin-tango .jcarousel-next-horizontal {
	    position: absolute;
	    top: 50px;
	    right: 5px;
	    width: 32px;
	    height: 32px;
	    cursor: pointer;
	    background: transparent url(http://gfx.dagbladet.no/tv-program/arrow-right-dark.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	    background: transparent url(http://gfx.dagbladet.no/tv-program/arrow-right-dark.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	    background: transparent url(http://gfx.dagbladet.no/tv-program/arrow-right-dark.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	    cursor: default;
	    background: transparent url(http://gfx.dagbladet.no/tv-program/arrow-right-inactive-dark.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-horizontal {
	    position: absolute;
	    top: 50px;
	    left: 5px;
	    width: 32px;
	    height: 32px;
	    cursor: pointer;
	    background: transparent url(http://gfx.dagbladet.no/tv-program/arrow-left-dark.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	    background: transparent url(http://gfx.dagbladet.no/tv-program/arrow-left-dark.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	    background: transparent url(http://gfx.dagbladet.no/tv-program/arrow-left-dark.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	    cursor: default;
	    background: transparent url(http://gfx.dagbladet.no/tv-program/arrow-left-inactive-dark.png) no-repeat 0 0;
	}
	
