@charset "utf-8";
/* CSS Document */
body
{
	width: 990px;
	background: url(images/background.png) repeat;
	background: url(images/background-img.png) no-repeat, url(images/background.png) repeat;
	background-position: center top;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
a:link    {
	text-decoration:  none;
	color: #fff;
} 
a:visited {
	text-decoration:  none;
	color: #fff;
} 
a:hover   {
	text-decoration:  none;
} 
a:active  {
	text-decoration:  none;
}
h2
{
	margin-top: 0px;
	margin-bottom: 0px;
}
hr
{
	 border: 0; border-bottom: 1px dashed #666;
}
img
{
	border: 0;
}
#main_header
{
	width: 990px;
	height: 200px;
}
#second_header
{
	width: 990px;
	height: 350px;
}
.nav_bar
{
	background: url(images/nav_bar.png);
	width: 990px;
	height: 40px;
	position:fixed;
	top:0px;
}
.nav_i_buttons
{
	margin-top: 8px;
	margin-right: 10px;
	float: right;
}
.nav_buttons
{
	margin: 10px;
	float: left;
}
.nav_buttons ul
{
	width:100%;
	padding:0;
	margin: 1px 0 0 0;
	list-style-type:none;
}
.nav_buttons a
{
	float:left;
	font-weight:bold;
	font-size:13px;
	padding-top: 1px;
	padding-left: 17px;
	padding-right: 3px;
	text-decoration:none;
	color: #CCC;
}
.nav_buttons a:hover {color: white;}
.nav_buttons li {display:inline;}
.nav_i_buttons img
{
	vertical-align: middle;
}
.nav_home
{
	background: url(images/icons/home.png) no-repeat;
}
.nav_forums
{
	background: url(images/icons/forums.png) no-repeat;
}
.nav_gangs
{
	background: url(images/icons/gang.png) no-repeat;
}
.nav_rules
{
	text-transform:uppercase;
	background: url(images/icons/rules.png) no-repeat;
}
.nav_unbans
{
	text-transform:uppercase;
	background: url(images/icons/unbans.png) no-repeat;
}
.nav_media
{
	text-transform:uppercase;
	background: url(images/icons/media.png) no-repeat;
}
.nav_logs
{
	background: url(images/icons/logs.png) no-repeat;
}
.nav_hof
{
	background: url(images/icons/hof.png) no-repeat;
}
.nav_shop
{
	background: url(images/icons/shop.png) no-repeat;
}
.logo
{
	float:left;
	margin-top:45px;
	background: url(images/logo.png) no-repeat;
	width: 275px;
	height: 150px;
}
.info_box
{
	margin-top:50px;
	margin-left: 5px;
	background: url(images/info_box.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	float:right;
	display: inline-block;
	font-size: 14px;
	/*min-width: 180px;*/
}
.info_box_img
{
	float:left;
	margin-right: 5px;
	margin-top: -1px;
}

.last_box
{
	width:250px;
	height:306px;
	float: left;
	margin-top: 0px;
	background: url(images/info_box.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	/*min-width: 180px;*/
}

.ad1_box
{
	background: url(images/info_box.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	display: inline-block;
}

.content
{
	display: inline-block;
	width: 100%;
}

.posts
{
	margin-top:15px;
	background: url(images/info_box.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	float:left;
	width: 640px;
	min-height: 1260px;
	/*min-width: 180px;*/
}

.widgets
{
	margin-top:15px;
	background: url(images/info_box.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	float:right;
	width: 300px;
	min-height: 1070px;
	/*min-width: 180px;*/
}

.footer
{
	margin-top:10px;
	margin-bottom:15px;
	background: url(images/info_box.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	width: 970px;
	display: inline-block;
	/*min-width: 180px;*/
	text-align:center;
}

.login {
	-moz-box-shadow:inset 0px 1px 0px 0px #1ba84f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #1ba84f;
	box-shadow:inset 0px 1px 0px 0px #1ba84f;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3a912a), color-stop(1, #307d30) );
	background:-moz-linear-gradient( center top, #3a912a 5%, #307d30 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a912a', endColorstr='#307d30');
	background-color:#3a912a;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	line-height:22px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #4a4a4a;
}
.login:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #307d30), color-stop(1, #3a912a) );
	background:-moz-linear-gradient( center top, #307d30 5%, #3a912a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#307d30', endColorstr='#3a912a');
	background-color:#307d30;
}.login:active {
	position:relative;
	top:1px;
}

.donate {
	-moz-box-shadow:inset 0px 1px 0px 0px #d4a113;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d4a113;
	box-shadow:inset 0px 1px 0px 0px #d4a113;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffb121), color-stop(1, #ff9100) );
	background:-moz-linear-gradient( center top, #ffb121 5%, #ff9100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb121', endColorstr='#ff9100');
	background-color:#ffb121;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	line-height:22px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #2e2e2e;
}
.donate:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9100), color-stop(1, #ffb121) );
	background:-moz-linear-gradient( center top, #ff9100 5%, #ffb121 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9100', endColorstr='#ffb121');
	background-color:#ff9100;
}.donate:active {
	position:relative;
	top:1px;
}

.giftbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d4a113;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d4a113;
	box-shadow:inset 0px 1px 0px 0px #d4a113;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffb121), color-stop(1, #ff9100) );
	background:-moz-linear-gradient( center top, #ffb121 5%, #ff9100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb121', endColorstr='#ff9100');
	background-color:#ffb121;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	line-height:22px;
	padding: 10px 40px 10px 40px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #2e2e2e;
}
.giftbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9100), color-stop(1, #ffb121) );
	background:-moz-linear-gradient( center top, #ff9100 5%, #ffb121 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9100', endColorstr='#ffb121');
	background-color:#ff9100;
}.giftbutton:active {
	position:relative;
	top:1px;
}

.login img {
	vertical-align:text-bottom;
}

.donate img {
	vertical-align:text-bottom;
}

table {
    *border-collapse: collapse;
    border-spacing: 0;  
}

table img
{
	vertical-align: text-bottom;
}

.gtable {
	border-collapse:collapse;
	width: 100%;
} 
    
.gtable td {
    border: 1px solid #252525;
    padding: 5px;
    text-align: center;
	background: url(images/info_box.png); 
}

.gtable td:first-child {
    width: 337px;
}

.ltable {
	border-collapse:collapse;
	width: 100%;
} 
    
.ltable td {
    border: 1px solid #252525;
    padding: 5px;
    text-align: left;
	background: url(images/info_box.png); 
}

.ltable td:first-child {
    width: 135px;
}


.utable {
	border-collapse:collapse;
	width: 330px;
} 
    
.utable td {
    border: 1px solid #252525;
    padding: 5px;
    text-align: left;
	background: url(images/info_box.png); 
}

.utable td:first-child {
    width: 60px;
}

.ntable {
	border-collapse:collapse;
	width: 100%;
} 
    
.ntable td {
    border: 1px solid #252525;
    padding: 5px;
    text-align: left;
	background: url(images/info_box.png); 
}

.ntable td:first-child {
    width: 105px;
	text-align:center;
}

.htable table {
	width: 100%;    
	border-collapse:collapse;
} 
    
.htable td {
    border: 1px solid #252525;
    padding: 5px;
    text-align:center;
	background: url(images/info_box.png); 
}

.htable img {
	width:180px;
}

.top {
	width: 100%;    
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-collapse:collapse;
} 
    
.top td {
    border: 1px solid #252525;
    padding: 5px;
    text-align: left;
	background: url(images/info_box.png); 
}

.top td:first-child {
    text-align: center;
}

.top td:last-child {
    text-align: center;
}

.gtop {
	width: 100%;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;      
	border-bottom: 1px solid #252525;      
} 
    
.gtop td {
    border-left: 1px solid #252525;
    border-top: 1px solid #252525;
    padding: 5px;
    text-align: left;
	background: url(images/info_box.png); 
}

.gtop th {
    background:url(images/nav_bar.png) -10px;
	padding: 7px;
    text-align: left;
}

.gtop td:first-child, .top th:first-child {
    border-left: none;
}

.gtop th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.gtop th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.gtop th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.gtop tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.gtop tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.wtitle
{
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 5px;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.login_window {
	display: none;
	position: fixed;
	top: 100px;
	right: 0;
    left: 0;
	margin-right: auto;
    margin-left: auto;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 5px solid black;
	background: #111111; 
	z-index:1002;
	overflow: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*input 
{ 
	color: #CCC;
	padding: 4px;
	background: #333;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input:focus
{ 
	background: #666;
}*/
option
{
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.textbox
{
	padding: 5px 10px; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400; 
	font-size: 14px; 
	color: #CCC; 
	background: #333; 
	border: 1px solid #333; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50); 
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50); 
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50); 
} 
.textbox:focus 
{ 
	background: #252525; 
	color: #CCC; 
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25); 
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); 
	outline:0; 
} 
.textbox:hover
{ 
	background: #252525; 
	color: #CCC; 
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #6b6b6b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #6b6b6b;
	box-shadow:inset 0px 1px 0px 0px #6b6b6b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #575757), color-stop(1, #383838) );
	background:-moz-linear-gradient( center top, #575757 5%, #383838 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#383838');
	background-color:#575757;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #474747;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #383838), color-stop(1, #575757) );
	background:-moz-linear-gradient( center top, #383838 5%, #575757 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#575757');
	background-color:#383838;
}.button:active {
	position:relative;
	top:1px;
}

.button img
{
	vertical-align: text-bottom;
}

.pagebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #6b6b6b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #6b6b6b;
	box-shadow:inset 0px 1px 0px 0px #6b6b6b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #575757), color-stop(1, #383838) );
	background:-moz-linear-gradient( center top, #575757 5%, #383838 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#383838');
	background-color:#575757;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #474747;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
.pagebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #383838), color-stop(1, #575757) );
	background:-moz-linear-gradient( center top, #383838 5%, #575757 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#575757');
	background-color:#383838;
}.pagebutton:active {
	position:relative;
	top:1px;
}

.important
{
	background: url(images/icons/important.png) no-repeat, url(images/info_box.png) repeat;
	background-position: 10px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid red;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.passprotect
{
	background: url(images/info_box.png) repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid red;
	padding: 10px;
}

.error
{
	background: url(images/icons/error-big.png) no-repeat, url(images/error_box.png) repeat;
	background-position: 10px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid red;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.error2
{
	background: url(images/error_box.png) repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid red;
	text-align: center;
	font-size:36px;
	padding-top: 45%;
	height: 600px;
	width: 100%;
}

.warn
{
	background: url(images/icons/warn-big.png) no-repeat, url(images/warn_box.png) repeat;
	background-position: 10px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid orange;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.info
{
	background: url(images/icons/info-big.png) no-repeat, url(images/info_box.png) repeat;
	background-position: 10px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #09C;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.haha
{
	background: url(images/icons/haha.png) no-repeat, url(images/info_box.png) repeat;
	background-position: 10px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #FFEE00;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.sale
{
	background: url(images/icons/sale.png) no-repeat, url(images/info_box.png) repeat;
	background-position: 10px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #1EE000;
	padding-left: 62px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}

.success
{
	background: url(images/icons/success-big.png) no-repeat, url(images/success_box.png) repeat;
	background-position: 10px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #060;
	padding-left: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.mini-post
{
	min-height: 80px;
	margin-bottom: 10px;
}

.mini-thumbnail
{
	background: url(images/info_box.png);
	padding: 5px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mini-info
{
	width: 460px;
	padding: 5px;
	float: left;
}

.comment
{
	background: url(images/info_box.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #333;
}

.notifications
{
	margin-top: -2px;
	background: url(images/icons/notifications.png);
	width: 24px;
	height: 24px;
	float:right;
}

.specialoffers
{
	margin-top: -2px;
	background: url(images/icons/sales.png);
	width: 24px;
	height: 24px;
	float:right;
}

.ngifts
{
	margin-top: -2px;
	margin-left: 2px;
	background: url(images/icons/gifts.png);
	width: 24px;
	height: 24px;
	float:right;
}

.ncounter
{
	margin-left: 10px;
	font-size: 9px;
	padding-left: 4px;
	padding-right: 4px;
	background: red;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display:inline-block;
}

.media_border
{
	font-size:10px;
	width:193px;
	background: url(images/info_box.png);
	padding: 5px 5px 1px 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.media_thumbnail
{
	width: 193px;
	height: 109px;
}

.media_title
{
	font-size:10px;
	width: 100%;
	background: url(images/info_box.png);
	padding: 2px;
}

.media_source
{
	float:right;
}

.dg-picture-zoom{
	cursor : url(../plugins/pjs/cursors/magnify-plus.png), pointer !important;
}
.dg-picture-zoom-large{
	cursor : url(../plugins/pjs/cursors/magnify-minus.png), pointer !important;

}

.dg-picture-zoom-border-container{
    background: url(images/info_box.png);
	padding: 7px;
    margin-left:-7px;
    margin-top:-7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.advertisement {
    background-image:url(./images/noroace2.jpg);
    display:block;
    height:90px;
    text-indent:-9999px;
    width:768px;
}
.advertisement:hover {
    background:url(./images/noroace2.jpg) no-repeat 0 -90px;
    display:block;
    height:90px;
    text-indent:-9999px;
    width:768px;
}