			
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

/*long back*/
.jspTrack
{
	position: relative;
	background-color: #E1E1E1;
}

/*small tube*/
.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #FFCC00;
	border: 1px solid #B79300;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-color: #FFCC00;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background-color: #1C0000;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
#container 2{
	width: 385px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

.scroll-pane2
{
	width: 100%;
	height: 440px;
	overflow: auto;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
#container {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

.scroll-pane
{
	width: 100%;
	height: 440px;
	overflow: auto;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}


.horizontal-only
{
	height: auto;
	max-height: 540px;
}
#countrycountdown {
	clear: both;
	float: left;
	width: 915px;
	background-color: #28060A;
	display: block;
	margin-bottom: 0px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	/*	-webkit-box-shadow: 0px 2px 9px black;
	-moz-box-shadow: 0px 2px 9px black;
	box-shadow: 0px 2px 9px black;*/
	padding-top: 5px;
	padding-bottom: 3px;
}
#imgboxholder {
	float: left;
	height: 40px;
	width: 40px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	overflow: hidden;
}
#imgboxholder img
{
	-webkit-border-radius: 0px 10px 10px 10px;-moz-border-radius: 0px 10px 10px 10px;border-radius: 0px 10px 10px 10px;
}
#textcntholder {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 800px;
}
#playlistarttitle {
	clear: both;
	float: left;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#playlistsong {
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#playlistpara {
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#buttonsads {
	float: right;
}
#txtcountryleft
{
	float: left;
}
#btnlayout {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#btnlayout a{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	background-color: #FFF;
	position: relative;
	text-transform: uppercase;
	font-weight: normal !important;
	cursor: pointer; cursor: hand;
}
/*#btnlayout a:hover{
	color: #FFF;
	background-color: #161616;
}
*/
#tabspacer {
	clear: both;
	float: left;
	height: 5px;
	width: 45px;
}
#tabspacer2 {
	clear: both;
	float: left;
	height: 15px;
	width: 45px;
}
