/**
 * Info
 * @version 1.0.0
 */

#info_block A.pageLink {
	visibility: hidden;
	float: left;
	display: inline-block;
	width: 16px;
	height: 107px;
	margin: 0px 2px;
	background-position: center center;
	background-repeat: no-repeat;
}

#info_block A.pageLink:focus {
	outline: none;
}

#info_block A.prev {
	background-image: url('/img/prevPage.png');
}

#info_block A.next {
	background-image: url('/img/nextPage.png');
}

#slideshow {
	display: none;
	position: absolute;
	z-index: 150;
}

#thumbs A {
	text-decoration: none;
}

#thumbs UL {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	white-space: nowrap;
}

#thumbs UL LI {
	padding: 0;
	margin: 1px;
	list-style: none;
	display: inline-block;
}

A.thumb {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	outline: none;
}

.soft_header {
	display: inline-block;
	margin-right: 5%;
}

.soft_download, .soft_vote {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.soft_download a {
	background: url('/img/download_big.png') no-repeat;
	width: 181px;
	height: 74px;
	display: block;
}
.soft_download a:hover {
	background: url('/img/download_big_hover.png') no-repeat;
}



#votes_link {
	display: block;
	float: left;
	margin-right: 10px;
}

#votes_success {
	display: none;
	color: green;
}

.soft_vote {
	min-width: 300px;
	margin-left: 10px;
}

.soft_vote_links {
	float: left;
	margin-top: 3px;
}

.soft_vote_links a {
	display: block;
	margin-bottom: 14px;
}