/******************
 New Music Section
*******************/

.newmusic-list
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.newmusic-list li
{
  float: left;
  padding: 10px;
  display: block;
  width: 120px;
  text-align: center;
  /*margin-right: 10px;*/
}

.jcarousel-skin-tango li img
{
	width:100px;
	height:100px;
	border: 1px solid #8C8C8C;
}

.imgBorder
{
	border: 3px solid #ffffff;
	width:102px;
	height:102px;
}

.imgBorder2
{
	border: 1px solid #8C8C8C;
	width:108px;
	height:108px;
}

a.more-content
{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #325388;
}


/********************
 	 Tabs Section
*********************/

.ui-tabs-hide {
	display: none;
}

#tabs {
	color:#333333;
	font-family:Verdana,Arial,"Trebuchet MS",Tahoma,sans-serif;
	font-size:100.01%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	display:none;
}

#tabs-2 {
	padding:0px 5px;
}

#tabs_article {
	min-height:52px;
	_height:52px;
	padding:7px 0px;
	border-bottom:solid 1px #c2c2c2;
}

#tabs_article.noBorder {
	border:none;
}

#tabs_article p {
	margin:0;
	padding:0;
	font-size:12px;
}
	
#tabs_article img {
	border:solid 1px #8c8c8c;
}

#tabs_article h3 {
	margin:0;
	padding:0;
	color:#b2b2b2;
	font-weight:bold;
	font-size:12px;
}

#tabs_article a.left {
	float:left;
	margin-right:5px;
}

#tabs_article a.right {
	float:right;
	margin-left:5px;
}


/********************
 	 Video Section
*********************/

.boxgrid
{
	width: 200px;
	height: 200px;
	/*margin:3px;*/
	float:left;
	background:#161613;
	/*border: solid 2px #8399AF;*/
	overflow: hidden;
	position: relative;
}

.boxgrid a:hover
{
	color:#fff;
	text-decoration:none;
}

.boxgrid .artist_pic
{
	position: absolute;
	width:200px;
	height:200px;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption
{
	float: left;
	position: absolute;
	background: #000;
	height: 50px;
	width: 100%;
	padding-left:5px;
	color:#fff;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption
{
 	top: 200px;
 	left: 0;
}
 
.video-list
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*width:306px;*/
	/*position:relative;*/
	
}

.video-list li
{
	float: left;
	/*padding: 10px;*/
	display: block;
	/*margin-right: 10px;*/
	border-left: 2px solid #d4d4d4;
	border-top: 4px solid #d4d4d4;
	border-bottom: 4px solid #d4d4d4;
	border-right: 2px solid #d4d4d4;
	overflow: hidden;
	position: relative;
}

.video-list li a
{
	color:#fff;
	text-decoration:none;
	display: block;
	overflow: hidden;
	width: 98px;
	position: relative;
	cursor:pointer;
}

.video-list li a:hover
{
	color:#fff;
	text-decoration: none;
}

#a1{
  width: 200px;
}

.video-list li .artist_pic
{
  position: absolute;
 /* overflow: hidden;*/
  /*border: 3px solid #881212;*/
}

.video-list li boxgrid
{
  margin: 0;
  padding: 0;
  width: 200px;
  display: block;
  /*margin-left: 85px;*/
}

.plus
{
	width:16px;
	height:16px;
	top:184px;
	left:82px;
	position: absolute;
}

#p1
{
	left:184px;
}

.artist_pic
{
	cursor: default;
}

.play
{
	position: absolute;
	width:16px;
	height:15px;
	top:33px;
	left:5px;
	opacity: 1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

