#addictedtvSign {position:relative; left:325px; top:230px; }
#addictedtvSignimg {position:relative; }

.categoryWrapper a.showVideo{
	background: #893001; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B15C12', endColorstr='#893001'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#B15C12), to(#893001)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #B15C12,  #893001); /* for firefox 3.6+ */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #B15C12;
	cursor: pointer;
	height: 26px;
	display:block;
	margin-bottom: 10px;
    width:160px;
	text-align:center;
	font-weight:regular;
	font-size:18px;
	color:#eaeaea;
	text-shadow:-1px -1px 0px #4b1900;
	border:1px solid #b94b00;
    padding:3px 10px;
}

.categoryWrapper a.showVideo:hover{
	background: #893001; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#893001', endColorstr='#B15C12'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#893001), to(#B15C12)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #893001,  #B15C12); /* for firefox 3.6+ */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #B15C12;
	cursor: pointer;
	height: 26px;
    display:block;
	margin-bottom: 10px;
    width:160px;
	text-align:center;
	font-weight:regular;
	font-size:18px;
	color:#eaeaea;
	text-shadow:-1px -1px 0px #4b1900;
	border:1px solid #b94b00;
   	padding:3px 10px;
}

.categoryWrapper .categoryWrapper .showVideo, .categoryWrapper .categoryWrapper .showVideo:hover {
	font-size:12px;
	left:-4px;
	margin:3px;
	padding:0 5px;
	position:relative;
	width:173px;
}
