.top_block{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0px;
}
.tabs_wrap{
	float: left;
	width: 100%;
	_width: 100%;
	height: 124px;
	overflow: hidden;
	background: #000;
}
.tabs_wrap_play{
	float: left;
	width: 100%;
	_width: 100%;
	height: 245px;
	overflow: hidden;
	background: #000;
}
.tabs_wrap img{display: block;}
.tabs_wrap ul{
	width: 630px;
	height: 200px;
	_width: 630px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs_wrap ul li{
	width: 313px;
	float: left;
}
.tabs_wrap ul li a{
	float: left;
	width: 313px;
	background: #111;
	outline: none;
	color: #fff;
	height: 40px;
	overflow: hidden;
	text-decoration: none;
	border-top: 1px solid #000;
}
.tabs_wrap ul li a img{
	float: left;
	height: 40px;
	width: 64px;
}
.ui-tabs-hide{display: none;}
.tabs_wrap ul li a span{
	float: left;
	border-left : 9px solid #333;
	height: 37px;
	padding:6px 5px;
	width: 230px;
	font-size: 0.917em;
	line-height: 1.3em;
	cursor: pointer;
}
/*
.tabs_wrap ul li.first a span{
	background: url(images/btn_tab_1.gif) no-repeat 100% 0;
	padding : 15px 15px 16px 15px;
	height: 30px;
}
*/
.tabs_wrap ul li.ui-state-active a{
	background: #ccc;
	color: #333;
}
/* .tabs_wrap ul li.ui-state-active a span.first{background: url(images/btn_tab_1_active.gif) no-repeat 100% 0;} */
.tabs_wrap ul li.ui-state-active a span{border-color: #c00;}
/* .tabs_wrap ul li a span.last{background: url(images/btn_tab_2.gif) no-repeat 100% 100%;}
.tabs_wrap ul li.ui-state-active a span.last{background: url(images/btn_tab_2_active.gif) no-repeat 100% 100%;} */

#gretzky_player, #gretzky_playlist {
	display: none;
}

.image-holder {
	position: relative;
	width: 618px;
	overflow: hidden;
}

.image-player {
	position: absolute;
	height: 100px;
	left: 0px;
	top: 244px;
	padding: 10px 15px;
	width: 588px;
	background: url(http://www.grandslamofcurling.com/images/layout/media-player-text-bg.png) top left repeat;
}

.image-player h2 a {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: normal;
}

.image-player h2 a:hover {
 color: #AAA;
}

.image-player p {
	color: #CCC;
	font-size: 14px;
	line-height: normal;
}

.image-player p a {
	color: #FFF;
}

.image-player p a:hover {
	color: #C00;
}

html #featured_articles .article {
	width: 285px;
}

html #featured_articles .article_left {
	padding-right: 12px;
}

html #featured_articles .article img {
	height: 120px;
	margin-bottom: 7px;
	width: 285px;
}