﻿@CHARSET "UTF-8";

div.thumb
{
	margin-bottom:10px;
	margin-right:10px;
	border:1px solid #999;
	width:125px;
	height:100px;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-border-radius: 5px;    /* for Safari */
    -moz-border-radius: 5px;       /* for Firefox */
}
div.thumb a
{
	width:125px;
	height:100px;
	display:block;
}

div.thumbBig
{
	margin-right:10px;
	border:1px solid #999;
	width:160px;
	height:120px;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-border-radius: 5px;    /* for Safari */
    -moz-border-radius: 5px;       /* for Firefox */
}
div.thumbBig a
{
	width:160px;
	height:120px;
	display:block;
}
div.video
{
	margin-bottom:30px;
	margin-right:10px;
	width:160px;
	height:120px;
	float:left;
}
a.deleteX
{
	width:16px !important;
	height:16px !important;
	display:block;
	float:left;
	margin-right:3px;
}
a.download
{
	width:13px !important;
	height:12px !important;
	display:block;
	float:left;
	margin-right:3px;
}
a.makeDefault
{
	width:10px !important;
	height:19px !important;
	display:block;
	float:right;
	margin-right:5px;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 160px;
	height: 120px;
	list-style-image:none;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(../images/decorative/grey-gradient.gif) repeat-y;
	color: #000;
	font-size: 12px;
	font-style: normal;
	padding: 2px 5px;
	display: block;
	position: absolute;
	top: 20px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}

.gallery a.downloadFile {
	background: #fff url(../images/decorative/grey-gradient.gif) repeat-y;
	color: #000;
	font-size:9px;
	font-style: normal;
	padding: 1px 4px;
	display: block;
	position: absolute;
	top: 30px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #dcc971 url(../images/decorative/orange-gradient.gif) repeat-y;
	border-color: #999;
}
.gallery a.downloadFile:hover {
	background: #dcc971 url(../images/decorative/orange-gradient.gif) repeat-y;
}
