#scroll-crawl {
	margin-top: 2px;
	padding-bottom: 1px;
	opacity: 0.9;
}

#scroll-crawl h3 { margin-bottom: 0; }

#scroll-cr {
	padding: 4px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

#scroll-jq {
	max-width: 1200px;
	margin-top: -12px; /* Top -12 ??? */
	position: relaive;
	padding: 0;
	left: 0;
	margin: 0 auto;
}

.scroll-img, .caroufredsel_wrapper {
	width: 100%!important;
	overflow: hidden;
	text-align: center;
}

.scroll-img li {
	border: 2px solid #eee;
	list-style-type: none;
	display: inline-block;
	margin: 2px;
	box-shadow: 0 0 4px 0 #000000;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 4px 0 #000000;
	-moz-box-shadow: 0 0 4px 0 #000000;
}

/* .scroll-img li:hover, .attach_image:hover { */
	/* border-color: #73BCD1; */
/* } */

.scroll-img a {
	display: inline-block;
	opacity: 1;
}

.prev_next_button {
	float: right;
	margin-top: -8px;
	position: relative;
}

.attach_image {
	border: 8px solid #FAFAFA;
	border-bottom: 32px solid #FAFAFA;
	display: inline-block;
	margin: 0 8px 4px 8px;
	
	border-radius: 6px;
	box-shadow: 0 0 4px 0 #000000;
	-webkit-box-shadow: 0 0 4px 0 #000000;
	-moz-box-shadow: 0 0 4px 0 #000000;
	
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	tranform: rotate(-7deg);
 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.attach_image:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	tranform: rotate(0deg);
 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.attach_image img {
	display: block;
}

.topictitle a {
	font-size:32px;
}