.css3button {
	xfont-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	padding: 10px 20px;

	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #ffffff;
	text-shadow:
		0px 1px 1px rgba(000,000,000,0.6),
		0px -1px 0px rgba(232,46,232,0);

	xposition: absolute;
	min-width: 200px;
	text-decoration: none;
}

a.css3button{
}

.item{
	background:#333;
}
.thumbnail{
	float:left;
}
.attr{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	width: 100%;
	background: #444;
}
.videotitle{
	font-size: 28px;
	text-align: center;
}
.item p{
	margin: 5px;
}

.jcfrog-graygradient{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}	
.jcfrog-greengradient{
	background: rgb(118,245,54);
	background: -moz-linear-gradient(top,  rgba(118,245,54,1) 0%, rgba(36,128,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,245,54,1)), color-stop(100%,rgba(36,128,0,1)));
	background: -webkit-linear-gradient(top,  rgba(118,245,54,1) 0%,rgba(36,128,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(118,245,54,1) 0%,rgba(36,128,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(118,245,54,1) 0%,rgba(36,128,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(118,245,54,1) 0%,rgba(36,128,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76f536', endColorstr='#248000',GradientType=0 );
}
.jcfrog-bluegradient{
	background: rgb(51,255,255);
	background: -moz-linear-gradient(top,  rgba(51,255,255,1) 0%, rgba(51,102,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,255,255,1)), color-stop(100%,rgba(51,102,204,1)));
	background: -webkit-linear-gradient(top,  rgba(51,255,255,1) 0%,rgba(51,102,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(51,255,255,1) 0%,rgba(51,102,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(51,255,255,1) 0%,rgba(51,102,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(51,255,255,1) 0%,rgba(51,102,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffff', endColorstr='#3366cc',GradientType=0 );
}
.jcfrog-orangegradient{
	background: rgb(255,204,51);
	background: -moz-linear-gradient(top,  rgba(255,204,51,1) 13%, rgba(255,153,0,1) 93%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(255,204,51,1)), color-stop(93%,rgba(255,153,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,204,51,1) 13%,rgba(255,153,0,1) 93%);
	background: -o-linear-gradient(top,  rgba(255,204,51,1) 13%,rgba(255,153,0,1) 93%);
	background: -ms-linear-gradient(top,  rgba(255,204,51,1) 13%,rgba(255,153,0,1) 93%);
	background: linear-gradient(top,  rgba(255,204,51,1) 13%,rgba(255,153,0,1) 93%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc33', endColorstr='#ff9900',GradientType=0 );
}
.jcfrog-purplegradient{
	background: rgb(255,123,179);
	background: -moz-linear-gradient(top, rgba(255,123,179,1) 0%, rgba(213,0,127,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,123,179,1)), color-stop(100%,rgba(213,0,127,1)));
	background: -webkit-linear-gradient(top,  rgba(255,123,179,1) 0%,rgba(213,0,127,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,123,179,1) 0%,rgba(213,0,127,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,123,179,1) 0%,rgba(213,0,127,1) 100%);
	background: linear-gradient(top,  rgba(255,123,179,1) 0%,rgba(213,0,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7bb3', endColorstr='#d5007f',GradientType=0 );
}