#copy ol.feed {
	border-top:none;
	width:580px;
	float:left;
	padding-left:40px;
	margin:40px 0 0 0;
}

#copy ol.feed li {
	display:inline;
	width:202px;
	height:260px;
	overflow:hidden;
	border-bottom:none;
	margin:0 35px 25px 35px;
	padding:0;
	text-align:center;
	float:left;
}

#copy ol.feed li.hidden {
	display: none;
}

#copy ol.feed .thumb {
	margin:0 0 8px 0;
	width:200px;
	border:1px solid #ccc;
}

#copy ol.feed .video .thumb {
	position: relative;
}

#copy ol.feed .video .thumb span {
	position: absolute;
	width: 53px;
	height: 54px;
	display: block;
	text-indent: -900em;
	background-image: url("../images/media/bg-play_video.png");
	bottom: 5px;
	right: 6px;
	
}

#copy ol.feed h3 {
	font-size:13px;
	letter-spacing:-0.01em;
	line-height:17px;
	padding:0;
	width:200px;
	float:left;
}

#copy ol.feed h3 a {
	text-decoration:none;
}

#copy ol.feed h3 a:hover {
	text-decoration:underline;
}

a.link-back {
	float:right;
	margin:25px 0 0 0;
}

#copy #nav-gallery {
	margin: -4.2em 0 0;
	list-style: none;
	float: right;
}

#copy #nav-gallery li {
    float: left;
	margin-left: .33em;
}

#copy #nav-gallery li a {
	background: url("../images/main/copy_button_alt.png") repeat-x center center;
    text-align: center;
    padding: 3px 1em 5px;
    border: 1px solid #df8f2f;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline;
	color: #fff;
	text-decoration: none;
}

#copy .download {
	float: right;
}

#copy .download button {
	height: auto;
	width: auto;
	background: url("../images/main/copy_button_alt.png") repeat-x center center;
    text-align: center;
    padding: 3px 1em 5px;
    border: 1px solid #df8f2f;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	color: #fff;
}

#copy .select_all {
	float: left;
	margin-top: .2em;
}

#copy #download_list {
	overflow: auto;
	list-style: none;
	margin: 0 -20px 0 0;
	clear: both;
}

#copy #download_list li {
	float: left;
}

#copy #download_list li label {
	display: block;
	margin: 0 10px 10px 0;
	position: relative;
	padding: 10px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}

#copy #download_list li label:hover {
	border-color: #ddd;
	cursor: pointer;	
}

#copy #download_list li.selected label {
	background-color: #d4712d;
	border-color: #d4712d;
}

#copy #download_list li input[type="checkbox"] {
	position: absolute;
	bottom: 14px;
	right: 14px;
	cursor: pointer;	
}

#copy #download_list li label img {
	vertical-align: middle;	
}


#video {
	margin-top: -2.55em;
	margin-left: -1em;
	position: absolute;
	display: none;
	z-index: 3000;
	background-color: #000;
	border:10px solid #fff;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .6);
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .6); 
}

#video .vid_close {
	position: absolute;
	z-index:5950;
	width: 30px;
	height: 30px;
	background: url("../images/main/bg-popup-close.png") no-repeat;
	text-indent: -900em;
	right: -25px;
	top: -25px;
}
