		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left; margin: 15px 0 }
		
		p, ul { font-size: 11px; line-height: 1.4em; text-transform:uppercase; } 
		
		p a, li a { color: #000; text-decoration: underline; }
		
		.intro { 
			margin: 45px 50px 0px 50px; 
			margin-bottom: 0px; 
			padding: 0px 0px 15px 0px; 
			text-align: left; 
			width: 860px; 
			text-transform: uppercase;
			font-size: 11px; 
		}
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #000; font-size: 11px; line-height: 1.4em; text-align: left }
		noscript a { color: #000; text-decoration: underline; }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline: none; }
		
		a {
      color: #000;
      text-decoration: underline;	
		}
	
    a:hover {
      color: #000;
      text-decoration: none;
    }
		
		object {outline: none;}

		img { border: 0 }
		
		h1 { margin: 0px; 
			padding: 0px; 
			font-size: 13px;
			text-transform:uppercase;
			font-weight: normal;
			}
		
		h3 { 
			margin: 0px; 
			margin-bottom: 10px; 
			padding: 0px; 
			text-align: left;
			font-size: 13px;
			text-transform:uppercase;
			font-weight: normal;
			line-height:10px;
			}
		
		body {
			font-family: Arial, Verdana;
			color: #000;
			width: 960px;
			margin: auto;
			text-align: center;
			padding-bottom: 50px;
		}
		
		
		#header_logo {
			position:relative; 
			height:41px; 
			width:200px; 
			margin: 0px 0px 40px 0px; 
			}
		
		#header_logo a {
			color:#000;
			}
		
		#header_logo a span{ 
			position:absolute; 
			height:41px; 
			width:200px; 
			top:0; 
			left:0; 
			background: #000 url("../images/sgustokmusic_logo.png") no-repeat 0 0; 
			cursor:pointer;
		}

		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 0px; height: 460px; background: #fff; overflow: hidden; }
		.csw .loading {margin: 200px 0 300px 0; text-align: center; }
		.csw .loading img {padding: 15px 15px; }
		
		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			padding-top: 40px;
			width: 860px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			/* height: 460px; */
			clear: both;
			background: #fff;
			border-top:1px solid #CCCCCC;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 860px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
			text-align: left;
			font-size:11px;
			text-transform:uppercase;
		}

		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			/*margin: auto;*/
			width: 860px;
			margin-left: 50px;
			margin-bottom: 0px;
			padding: 0px 0px 0px 0px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 11px;
			text-align: center;
			/*line-height: 40px;*/
			background: #fff;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0px 0px 17px 0px;
			margin: 0px 0px 0px 0px;
			margin-right: 15px;
			text-transform:uppercase;
		}
		
		.stripNav li.tab1 a { background: #fff }
		.stripNav li.tab2 a { background: #fff }
		.stripNav li.tab3 a { background: #fff }
		.stripNav li.tab4 a { background: #fff }
		.stripNav li.tab5 a { background: #fff }
		
		.stripNav li a {
			background: #fff;
			color: #000;
			text-decoration: none;
		}
		
		.stripNav li a:hover {
			background: #fff;
			color: #999;
			text-decoration: none;
		}
		
		.stripNav li a.current {
			background: #fff url("../images/menu-active.png") no-repeat center bottom;
			color: #999;
			text-decoration: none;
		}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL a:hover, .stripNavR a:hover {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
			opacity: 0.65;
		}
		
		.stripNavR {
			right: 0;
			opacity: 0.65;
		}
		
		.stripNavL:hover, .stripNavR:hover {
		opacity: 1;
		}
		
		.stripNavR:active {
			background: url("../images/arrow-right-current.png") no-repeat center;
		}
		
		.stripNavL:active {
			background: url("../images/arrow-left-current.png") no-repeat center;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.png") no-repeat center;
		}


		
	.header_navigation ul { 
	  margin:0; 
	  padding:0; 
	  list-style:none;
	}
	 
	.header_navigation ul li {
	  float:left; 
	  margin:0; 
	  padding:0px; 
	  font-family: Arial, Verdana, Sans-Serif; 
	  font-size:11px; 
	  text-transform:uppercase;
	} 
	
	.header_navigation ul li a { 
	  margin:0px 15px 0px 0px; 
	  color:#000;
	  text-decoration: none;
	  font-size: 13px;
	}

	.header_navigation ul li a:hover { 
	  margin:0px 15px 0px 0px; 
	  color:#999; 
	  text-decoration: none;
	}	
	
	.header_navigation ul .active a { 
	  margin:0px 15px 0px 0px; 
	  color:#999;
	  text-decoration: none;
	}
	
	
	.header-right {
		float: right;
	}
	
	
	.header-right-podcast-logo {
		height:30px; 
		
		float: left;
		line-height:30px;
	}

		.header-right-logo {
			opacity: 0.6;
			float: left;
			margin-left: 12px;
		}

		.header-right-logo:hover {
			opacity: 1;
		}
	
		#header-right-logo-junodownload {
			height:16px; 
			width:104px; 
			background: url("../images/junodownload-logo.png") no-repeat 0 0;		
		}
	
	#header-right-itunes-subscribe {
		margin-top:-10px;
		height:30px; 
		width:30px; 
		background: transparent url("../images/itunes-subscribe.png") no-repeat 0 0; 
	}
	
	#header-right-xml-feed {
		height:12px; 
		width:39px; 
		background: transparent url("../images/xml-feed.png") no-repeat 0 0; 
	}


		
	.content-box {
		/*border-top: 1px #cccccc solid;*/
		border-top: 1px #cccccc solid;
		padding: 35px 0px 0px 0px;
		text-align: left;
		font-size:11px;
		line-height:15px;
		text-transform:uppercase;
		width: 860px;		
		margin: 13px 50px 0px 50px;
	}
	
	.content-box a, .content-box-right a {
		color: #000;
		text-decoration: underline;
	}
	
	.content-box a:hover, .content-box-right a:hover {
		color: #000;
		text-decoration: none;
	}

	
	.content-box-left {
		width: 280px;
		float:left;
		text-align: left;
	}
	
		.content-box-left-img {
			width: 280px;
			height: 280px;	
			background: #eeeeee;
			font-size: 11px;
			text-decoration: none;
			text-transform: uppercase;
		}		

		.content-box-left-viewfullsize {
			width: 280px;
			margin-top: 10px;
			font-size:11px;
			text-transform:uppercase;
			text-align: center;
		}
	
	.content-box-right {
		width: 540px;
		text-align: left;
		margin-left: 320px;
		font-size:11px;
		text-transform:uppercase;
	}
	
	.content-box-right-info {
		line-height: 18px;
	}
	
	.content-box-right-info-country {
		border: solid 1px #000;
		width: 20px;
		height: 13px;
		margin-left: 5px;
		margin-bottom:-3px;
	}
	
	.content-box-right-line {
		border-top:1px dashed #333333;
		padding: 20px 0px 0px 0px;
		margin: 20px 0px 0px 0px;
		line-height:15px;		
	}
	
	.content-box-right-tracklist {
		margin: 30px 0px 0px 0px
	}
	
	.content-box-right-tracklist-title {
		margin: 0px 0px 10px 0px;
		font-size:13px;
	}
	
	.content-box-right-tracklist-track {
		overflow: hidden; 
		padding: 12px 0px 12px 0px;
		border-bottom:1px solid #cccccc;
	}
	
	.content-box-right-tracklist-track-end {
		overflow: hidden; 
		padding: 12px 0px 12px 0px;
	}
	
	.content-box-right-tracklist-pod-track {
		overflow: hidden; 
		padding: 8px 0px 8px 0px;
		border-bottom:1px solid #cccccc;
	}
	
	.content-box-right-tracklist-pod-track-end {
		overflow: hidden; 
		padding: 10px 0px 10px 0px;
	}
	
	.content-box-right-tracklist-track-color {
		width: 45px;
		height: 45px;
		margin-right: 12px;
		float:left;
	}
	
	.content-box-right-tracklist-track-audio-player {
		margin-bottom: 6px;
	}
	
	.content-box-right-line-audio-player {
		margin-bottom: 6px;
	}	
	
	
	
	.footer-box {
		width: 860px;
		border-top: 1px #cccccc solid;
		padding: 30px 0px 0px 0px;
		margin: 35px 50px 0px 50px;
		text-align: left;
		font-size:11px;
		line-height:18px;
		text-transform:uppercase;	
		overflow:hidden;		
	}
	
	.footer-box a {
		color: #000;
		text-decoration: underline;
	}
	
	.footer-box a:hover {
		color: #000;
		text-decoration: none;
	}
	
	.footer-box-1 {
		float:left;
		text-align:left;
		width:320px;
	}
	
	.footer-box-2 {
		text-align:left;
		width:220px;
		float:left;
	}
	
	.footer-box-3 {
		text-align:right;
		width:320px;
		float:left;
	}
	
		.footer-box-3-logo {
			height: 20px;
			margin-left: 10px;
			float: right;
			opacity: 0.6;
		}

		.footer-box-3-logo:hover {
			opacity: 1;
		}
	
		#footer-box-3-logo-myspace {
		  width: 20px;
		  background: transparent url(../images/footer-logo-myspace.png) no-repeat center;
		}
		
		#footer-box-3-logo-vkontakte {
		  width: 20px;
		  background: transparent url(../images/footer-logo-vkontakte.png) no-repeat center;
		}
		
		#footer-box-3-logo-facebook {
		  width: 20px;
		  background: transparent url(../images/footer-logo-facebook.png) no-repeat center;
		}
		
		#footer-box-3-logo-twitter {
		  width: 34px;
		  background: transparent url(../images/footer-logo-twitter.png) no-repeat center;
		}
		
		#footer-box-3-logo-soundcloud {
		  width: 35px;
		  background: transparent url(../images/footer-logo-soundcloud.png) no-repeat center;
		}
		
		#footer-box-3-logo-fairtilizer {
		  width: 15px;
		  background: transparent url(../images/footer-logo-fairtilizer.png) no-repeat center;
		}