/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


	.protected_stacks_in_3241{
	-webkit-user-select: none!important;
	 -khtml-user-select: none!important;
	   -moz-user-select: none!important;
	     -o-user-select: none!important;
	        user-select: none!important;    
	}


	#stacks_in_3241{
		display: none;	
	}





.poster-top {
    padding-top: 0px;
}


#stacks_in_2 img {
    max-width: 100%;
    height: auto;
}


.poster-pagination {
    text-align: center;
}


.poster-pagination {
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.poster-pagination a {
    text-decoration: none;
}





.poster-list-item {
    transition: background-color 500ms;
    
    
    
    
}

.poster-item {
    
}

.poster-list-item:hover {
    
}

.poster-body {
    
}


.poster-list {
    display: flex;
    vertical-align: top;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: auto;
}

@media(max-width:767px){
    .poster-list-item {
        
        width: 100%;
        
    }
}
@media(min-width:768px){
    .poster-list-item {
        
        width: calc(90% / 2);
        
    }
}
@media(min-width:992px){
    .poster-list-item {
        
        width: calc(90% / 2);
        
    }
}
@media(min-width:1200px){
    .poster-list-item {
        
        width: calc(90% / 2);
        
    }
}





/* For edit and !edit mode */

.poster-title a:hover {
    text-decoration: none !important;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}

.poster-external-link::after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 1rem;
    font-size: smaller;
}


/* Social */

.poster-social {
    font-size: 1rem;
    text-align: left;
    line-height: 1rem;
}

.poster-social a {
    text-decoration: none;
    margin-right: 0.5rem;
}


.poster-share {
    display: none;
}


.poster-share::after {
    font-family: FontAwesome;
    
    color: #808080;
    
    
    content: "\f1e0";
    
}


.poster-facebook {
    display: none;
}


.poster-facebook::after {
    font-family: FontAwesome;
    
    color: #01257A;
    
    
    content: "\f09a";
    
}


.poster-twitter {
    display: none;
}


.poster-twitter::after {
    font-family: FontAwesome;
    
    color: #55ACEE;
    
    
    content: "\f099";
    
}


.poster-pinterest {
    display: none;
}


.poster-pinterest::after {
    font-family: FontAwesome;
    
    color: #BD2026;
    
    
    content: "\f231";
    
}


.poster-linkedin {
    display: none;
}


.poster-linkedin::after {
    font-family: FontAwesome;
    
    color: #2E8CD7;
    
    
    content: "\f0e1";
    
}


.poster-xing {
    display: none;
}


.poster-xing::after {
    font-family: FontAwesome;
    
    color: #1A7576;
    
    
    content: "\f168";
    
}


.poster-envelope {
    display: none;
}


.poster-envelope::after {
    font-family: FontAwesome;
    
    color: #000000;
    
    
    content: "\f003";
    
}

.poster-thumbnail {
    margin-left: auto;
    margin-right: auto;
}

.poster-thumbnail-caption {
    margin-top: 5px;
}

.poster-item article {
    float: none !important;
    width: 100% !important;
}














#stacks_in_3256 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_15 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3266 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3270 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_6 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3324 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3326 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3330 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3296 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3272 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3273 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3334 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3300 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3276 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3277 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3338 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3304 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3280 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3281 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3340 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3308 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3284 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3285 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3342 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3312 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3288 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3289 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3344 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3316 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3292 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3293 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3346 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3348 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3320 {
	margin: 15px 0px 0px 0px;
}














#stacks_in_3243 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_2871 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3268 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4513 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4514 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4515 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4516 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4518 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4520 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4561 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4562 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4563 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4564 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4581 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4582 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4583 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4584 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4601 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4602 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4603 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4604 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4621 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4622 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4623 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4624 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4626 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4627 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4628 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4653 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4631 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4632 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4633 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4634 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4655 {
	margin: 15px 0px 0px 0px;
}














#stacks_in_3252 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_2881 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4317 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4537 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4538 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4539 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4540 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4542 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4544 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4571 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4572 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4573 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4574 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4591 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4592 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4593 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4594 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4611 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4612 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4613 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4614 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4657 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4658 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4659 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4691 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4662 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4663 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4664 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4689 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4667 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4668 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4669 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4670 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4671 {
	margin: 15px 0px 0px 0px;
}














#stacks_in_3254 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_2897 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3350 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3352 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_2891 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3358 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3362 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3363 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3370 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3364 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3376 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3378 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3380 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3382 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3384 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3388 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3390 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3392 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3394 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3398 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3400 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3402 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3404 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3410 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3412 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3418 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_3420 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3422 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3424 {
	margin: 15px 0px 0px 0px;
}














#stacks_in_3248 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_83 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4311 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4327 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4328 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4329 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4331 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4332 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4333 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4399 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4337 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4338 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4339 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4340 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4401 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4343 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4344 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4345 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4403 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4348 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4349 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4350 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4405 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4353 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4355 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4358 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4359 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4360 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4409 {
	margin: 15px 0px 0px 0px;
}














#stacks_in_3250 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_2906 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4321 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4411 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4412 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4413 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4481 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4415 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4416 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4483 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4420 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4421 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4422 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4423 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4485 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4426 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4427 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4428 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4487 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4431 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4432 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4433 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4489 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4436 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4438 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4441 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4442 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4443 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4493 {
	margin: 15px 0px 0px 0px;
}














#stacks_in_3428 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_2798 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_87 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3480 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3482 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_2949 {
	background-color: rgba(235, 235, 235, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  15px;
}

#stacks_in_3262 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_2800 {
	margin: 25px 0px 0px 0px;
}

#stacks_in_3468 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3484 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3485 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_2822>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2822>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_2822>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_2822>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {


	#stacks_in_2822>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_2822>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {


	#stacks_in_2822>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_2822>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_2822 {
	background-color: rgba(235, 235, 235, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin: 20px 0px 0px 0px;
	padding: 15px 15px 10px 15px;
}
#stacks_in_2802>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2802>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_2802>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_2802>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_2802>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_2802>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_2802>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_2802 {
	background-color: rgba(235, 235, 235, 1.00);
}
#stacks_in_2857_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_2857 a:link, #stacks_in_2857 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_2857 a:hover, #stacks_in_2857 a:active {
	color:#395ECC;
}



#stacks_in_2857 a:link, #stacks_in_2857 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_2857 a:hover {
	background-color:#FFFFFF;
}
#stacks_in_2857 a:active {
	background-color:#D8D8D8;
}








#stacks_in_2857 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 10px 0px 0px 0px;
}
#stacks_in_2861_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_2861 a:link, #stacks_in_2861 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_2861 a:hover, #stacks_in_2861 a:active {
	color:#395ECC;
}



#stacks_in_2861 a:link, #stacks_in_2861 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_2861 a:hover {
	background-color:#FFFFFF;
}
#stacks_in_2861 a:active {
	background-color:#D8D8D8;
}








#stacks_in_2861 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 10px 0px 0px 0px;
}
#stacks_in_2863_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_2863 a:link, #stacks_in_2863 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_2863 a:hover, #stacks_in_2863 a:active {
	color:#395ECC;
}



#stacks_in_2863 a:link, #stacks_in_2863 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_2863 a:hover {
	background-color:#FFFFFF;
}
#stacks_in_2863 a:active {
	background-color:#D8D8D8;
}








#stacks_in_2863 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 10px 0px 0px 0px;
}
#stacks_in_2829>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2829>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_2829>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_2829>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_2829>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_2829>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_2829>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_2829 {
	background-color: rgba(235, 235, 235, 1.00);
}
#stacks_in_2865_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_2865 a:link, #stacks_in_2865 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_2865 a:hover, #stacks_in_2865 a:active {
	color:#395ECC;
}



#stacks_in_2865 a:link, #stacks_in_2865 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_2865 a:hover {
	background-color:#FFFFFF;
}
#stacks_in_2865 a:active {
	background-color:#D8D8D8;
}








#stacks_in_2865 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 10px 0px 0px 0px;
}
#stacks_in_2867_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_2867 a:link, #stacks_in_2867 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_2867 a:hover, #stacks_in_2867 a:active {
	color:#395ECC;
}



#stacks_in_2867 a:link, #stacks_in_2867 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_2867 a:hover {
	background-color:#FFFFFF;
}
#stacks_in_2867 a:active {
	background-color:#D8D8D8;
}








#stacks_in_2867 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 10px 0px 0px 0px;
}
#stacks_in_2859_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_2859 a:link, #stacks_in_2859 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_2859 a:hover, #stacks_in_2859 a:active {
	color:#395ECC;
}



#stacks_in_2859 a:link, #stacks_in_2859 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_2859 a:hover {
	background-color:#FFFFFF;
}
#stacks_in_2859 a:active {
	background-color:#D8D8D8;
}








#stacks_in_2859 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 10px 0px 0px 0px;
}

#stacks_in_3470 {
	margin: 25px 0px 0px 0px;
}

#stacks_in_3472 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3488 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3489 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_3474 {
	background-color: rgba(235, 235, 235, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
	padding:  15px;
}

#stacks_in_3476 {
	margin: 15px 0px 0px 0px;
}














#stacks_in_3430 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_3432 {
	border: solid rgba(235, 235, 235, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_2938 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_4295 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_4297 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_3434>.s3_row {
	margin: 0 -5px;
}

#stacks_in_3434>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_3434>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_3434>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_3434>.s3_row>.s3_column {
	padding: 0 5px;
}








@media only screen and (max-width: 770px) {


	#stacks_in_3434>.s3_row  {
		margin: -5px 0;
	}
	#stacks_in_3434>.s3_row>.s3_column {
		padding: 5px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {


	#stacks_in_3434>.s3_row  {
		margin: -5px 0;
	}
	#stacks_in_3434>.s3_row>.s3_column {
		padding: 5px 0;
		width:100%;
	}


}




#stacks_in_3434 {
	background-color: rgba(235, 235, 235, 1.00);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin: 20px 0px 0px 0px;
	padding: 10px 15px 15px 15px;
}

#stacks_in_3438 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 5px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3444 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3450 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
}

#stacks_in_3456 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3462 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_4699 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3440 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 5px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3446 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3452 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
}

#stacks_in_3457 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3464 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_4701 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3442 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 5px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3448 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3454 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
}

#stacks_in_3458 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_3466 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}

#stacks_in_4703 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
}







#stacks_in_5450 .poster-readmore {
    display: none !important;
}








#stacks_in_5451 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5461_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5461 a:link, #stacks_in_5461 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5461 a:hover, #stacks_in_5461 a:active {
	color:#FFFFFF;
}







#stacks_in_5461 a:link, #stacks_in_5461 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5461 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5461 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5461 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5543 .poster-readmore {
    display: none !important;
}








#stacks_in_5544 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5551_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5551 a:link, #stacks_in_5551 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5551 a:hover, #stacks_in_5551 a:active {
	color:#FFFFFF;
}







#stacks_in_5551 a:link, #stacks_in_5551 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5551 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5551 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5551 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5557 .poster-readmore {
    display: none !important;
}








#stacks_in_5558 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5562_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5562 a:link, #stacks_in_5562 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5562 a:hover, #stacks_in_5562 a:active {
	color:#FFFFFF;
}







#stacks_in_5562 a:link, #stacks_in_5562 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5562 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5562 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5562 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5501 .poster-readmore {
    display: none !important;
}








#stacks_in_5502 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5512_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5512 a:link, #stacks_in_5512 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5512 a:hover, #stacks_in_5512 a:active {
	color:#FFFFFF;
}







#stacks_in_5512 a:link, #stacks_in_5512 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5512 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5512 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5512 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5586 .poster-readmore {
    display: none !important;
}








#stacks_in_5587 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5594_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5594 a:link, #stacks_in_5594 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5594 a:hover, #stacks_in_5594 a:active {
	color:#FFFFFF;
}







#stacks_in_5594 a:link, #stacks_in_5594 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5594 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5594 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5594 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5600 .poster-readmore {
    display: none !important;
}








#stacks_in_5601 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5605_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5605 a:link, #stacks_in_5605 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5605 a:hover, #stacks_in_5605 a:active {
	color:#FFFFFF;
}







#stacks_in_5605 a:link, #stacks_in_5605 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5605 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5605 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5605 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5467 .poster-readmore {
    display: none !important;
}








#stacks_in_5468 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5478_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5478 a:link, #stacks_in_5478 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5478 a:hover, #stacks_in_5478 a:active {
	color:#FFFFFF;
}







#stacks_in_5478 a:link, #stacks_in_5478 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5478 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5478 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5478 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5614 .poster-readmore {
    display: none !important;
}








#stacks_in_5615 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5622_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5622 a:link, #stacks_in_5622 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5622 a:hover, #stacks_in_5622 a:active {
	color:#FFFFFF;
}







#stacks_in_5622 a:link, #stacks_in_5622 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5622 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5622 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5622 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5628 .poster-readmore {
    display: none !important;
}








#stacks_in_5629 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5633_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5633 a:link, #stacks_in_5633 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5633 a:hover, #stacks_in_5633 a:active {
	color:#FFFFFF;
}







#stacks_in_5633 a:link, #stacks_in_5633 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5633 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5633 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5633 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5515 .poster-readmore {
    display: none !important;
}








#stacks_in_5516 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5526_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5526 a:link, #stacks_in_5526 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5526 a:hover, #stacks_in_5526 a:active {
	color:#FFFFFF;
}







#stacks_in_5526 a:link, #stacks_in_5526 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5526 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5526 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5526 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5642 .poster-readmore {
    display: none !important;
}








#stacks_in_5643 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5650_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5650 a:link, #stacks_in_5650 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5650 a:hover, #stacks_in_5650 a:active {
	color:#FFFFFF;
}







#stacks_in_5650 a:link, #stacks_in_5650 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5650 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5650 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5650 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5656 .poster-readmore {
    display: none !important;
}








#stacks_in_5657 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5661_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5661 a:link, #stacks_in_5661 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5661 a:hover, #stacks_in_5661 a:active {
	color:#FFFFFF;
}







#stacks_in_5661 a:link, #stacks_in_5661 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5661 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5661 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5661 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5484 .poster-readmore {
    display: none !important;
}








#stacks_in_5485 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5495_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5495 a:link, #stacks_in_5495 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5495 a:hover, #stacks_in_5495 a:active {
	color:#FFFFFF;
}







#stacks_in_5495 a:link, #stacks_in_5495 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5495 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5495 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5495 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5688 .poster-readmore {
    display: none !important;
}








#stacks_in_5689 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5696_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5696 a:link, #stacks_in_5696 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5696 a:hover, #stacks_in_5696 a:active {
	color:#FFFFFF;
}







#stacks_in_5696 a:link, #stacks_in_5696 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5696 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5696 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5696 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5702 .poster-readmore {
    display: none !important;
}








#stacks_in_5703 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5707_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5707 a:link, #stacks_in_5707 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5707 a:hover, #stacks_in_5707 a:active {
	color:#FFFFFF;
}







#stacks_in_5707 a:link, #stacks_in_5707 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5707 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5707 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5707 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5529 .poster-readmore {
    display: none !important;
}








#stacks_in_5530 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5540_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5540 a:link, #stacks_in_5540 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5540 a:hover, #stacks_in_5540 a:active {
	color:#FFFFFF;
}







#stacks_in_5540 a:link, #stacks_in_5540 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5540 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5540 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5540 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5716 .poster-readmore {
    display: none !important;
}








#stacks_in_5717 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5724_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5724 a:link, #stacks_in_5724 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5724 a:hover, #stacks_in_5724 a:active {
	color:#FFFFFF;
}







#stacks_in_5724 a:link, #stacks_in_5724 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5724 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5724 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5724 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5730 .poster-readmore {
    display: none !important;
}








#stacks_in_5731 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5735_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5735 a:link, #stacks_in_5735 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5735 a:hover, #stacks_in_5735 a:active {
	color:#FFFFFF;
}







#stacks_in_5735 a:link, #stacks_in_5735 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5735 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5735 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5735 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5932 .poster-readmore {
    display: none !important;
}








#stacks_in_5933 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5936_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5936 a:link, #stacks_in_5936 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5936 a:hover, #stacks_in_5936 a:active {
	color:#FFFFFF;
}







#stacks_in_5936 a:link, #stacks_in_5936 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5936 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5936 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5936 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5938 .poster-readmore {
    display: none !important;
}








#stacks_in_5939 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5942_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5942 a:link, #stacks_in_5942 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5942 a:hover, #stacks_in_5942 a:active {
	color:#FFFFFF;
}







#stacks_in_5942 a:link, #stacks_in_5942 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5942 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5942 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5942 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5944 .poster-readmore {
    display: none !important;
}








#stacks_in_5945 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5948_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5948 a:link, #stacks_in_5948 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5948 a:hover, #stacks_in_5948 a:active {
	color:#FFFFFF;
}







#stacks_in_5948 a:link, #stacks_in_5948 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5948 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5948 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5948 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5959 .poster-readmore {
    display: none !important;
}








#stacks_in_5960 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5963_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5963 a:link, #stacks_in_5963 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5963 a:hover, #stacks_in_5963 a:active {
	color:#FFFFFF;
}







#stacks_in_5963 a:link, #stacks_in_5963 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5963 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5963 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5963 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5965 .poster-readmore {
    display: none !important;
}








#stacks_in_5966 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5969_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5969 a:link, #stacks_in_5969 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5969 a:hover, #stacks_in_5969 a:active {
	color:#FFFFFF;
}







#stacks_in_5969 a:link, #stacks_in_5969 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5969 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5969 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5969 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5971 .poster-readmore {
    display: none !important;
}








#stacks_in_5972 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5975_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5975 a:link, #stacks_in_5975 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5975 a:hover, #stacks_in_5975 a:active {
	color:#FFFFFF;
}







#stacks_in_5975 a:link, #stacks_in_5975 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5975 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5975 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5975 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5986 .poster-readmore {
    display: none !important;
}








#stacks_in_5987 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5990_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5990 a:link, #stacks_in_5990 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5990 a:hover, #stacks_in_5990 a:active {
	color:#FFFFFF;
}







#stacks_in_5990 a:link, #stacks_in_5990 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5990 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5990 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5990 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5992 .poster-readmore {
    display: none !important;
}








#stacks_in_5993 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5996_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5996 a:link, #stacks_in_5996 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5996 a:hover, #stacks_in_5996 a:active {
	color:#FFFFFF;
}







#stacks_in_5996 a:link, #stacks_in_5996 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5996 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5996 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5996 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5998 .poster-readmore {
    display: none !important;
}








#stacks_in_5999 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6002_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6002 a:link, #stacks_in_6002 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6002 a:hover, #stacks_in_6002 a:active {
	color:#FFFFFF;
}







#stacks_in_6002 a:link, #stacks_in_6002 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6002 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6002 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6002 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6013 .poster-readmore {
    display: none !important;
}








#stacks_in_6014 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6017_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6017 a:link, #stacks_in_6017 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6017 a:hover, #stacks_in_6017 a:active {
	color:#FFFFFF;
}







#stacks_in_6017 a:link, #stacks_in_6017 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6017 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6017 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6017 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6019 .poster-readmore {
    display: none !important;
}








#stacks_in_6020 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6023_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6023 a:link, #stacks_in_6023 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6023 a:hover, #stacks_in_6023 a:active {
	color:#FFFFFF;
}







#stacks_in_6023 a:link, #stacks_in_6023 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6023 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6023 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6023 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6025 .poster-readmore {
    display: none !important;
}








#stacks_in_6026 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6029_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6029 a:link, #stacks_in_6029 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6029 a:hover, #stacks_in_6029 a:active {
	color:#FFFFFF;
}







#stacks_in_6029 a:link, #stacks_in_6029 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6029 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6029 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6029 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5166 .poster-readmore {
    display: none !important;
}








#stacks_in_5167 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5177_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5177 a:link, #stacks_in_5177 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5177 a:hover, #stacks_in_5177 a:active {
	color:#FFFFFF;
}







#stacks_in_5177 a:link, #stacks_in_5177 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5177 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5177 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5177 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5744 .poster-readmore {
    display: none !important;
}








#stacks_in_5745 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5752_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5752 a:link, #stacks_in_5752 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5752 a:hover, #stacks_in_5752 a:active {
	color:#FFFFFF;
}







#stacks_in_5752 a:link, #stacks_in_5752 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5752 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5752 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5752 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5758 .poster-readmore {
    display: none !important;
}








#stacks_in_5759 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5763_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5763 a:link, #stacks_in_5763 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5763 a:hover, #stacks_in_5763 a:active {
	color:#FFFFFF;
}







#stacks_in_5763 a:link, #stacks_in_5763 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5763 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5763 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5763 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5187 .poster-readmore {
    display: none !important;
}








#stacks_in_5190 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5192_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5192 a:link, #stacks_in_5192 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5192 a:hover, #stacks_in_5192 a:active {
	color:#FFFFFF;
}







#stacks_in_5192 a:link, #stacks_in_5192 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5192 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5192 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5192 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5160 .poster-readmore {
    display: none !important;
}








#stacks_in_5161 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5164_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5164 a:link, #stacks_in_5164 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5164 a:hover, #stacks_in_5164 a:active {
	color:#FFFFFF;
}







#stacks_in_5164 a:link, #stacks_in_5164 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5164 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5164 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5164 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5207 .poster-readmore {
    display: none !important;
}








#stacks_in_5208 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5211_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5211 a:link, #stacks_in_5211 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5211 a:hover, #stacks_in_5211 a:active {
	color:#FFFFFF;
}







#stacks_in_5211 a:link, #stacks_in_5211 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5211 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5211 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5211 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5197 .poster-readmore {
    display: none !important;
}








#stacks_in_5198 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5201_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5201 a:link, #stacks_in_5201 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5201 a:hover, #stacks_in_5201 a:active {
	color:#FFFFFF;
}







#stacks_in_5201 a:link, #stacks_in_5201 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5201 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5201 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5201 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5213 .poster-readmore {
    display: none !important;
}








#stacks_in_5214 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5217_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5217 a:link, #stacks_in_5217 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5217 a:hover, #stacks_in_5217 a:active {
	color:#FFFFFF;
}







#stacks_in_5217 a:link, #stacks_in_5217 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5217 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5217 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5217 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5227 .poster-readmore {
    display: none !important;
}








#stacks_in_5228 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5231_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5231 a:link, #stacks_in_5231 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5231 a:hover, #stacks_in_5231 a:active {
	color:#FFFFFF;
}







#stacks_in_5231 a:link, #stacks_in_5231 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5231 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5231 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5231 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5237 .poster-readmore {
    display: none !important;
}








#stacks_in_5238 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5241_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5241 a:link, #stacks_in_5241 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5241 a:hover, #stacks_in_5241 a:active {
	color:#FFFFFF;
}







#stacks_in_5241 a:link, #stacks_in_5241 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5241 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5241 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5241 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5247 .poster-readmore {
    display: none !important;
}








#stacks_in_5248 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5258_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5258 a:link, #stacks_in_5258 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5258 a:hover, #stacks_in_5258 a:active {
	color:#FFFFFF;
}







#stacks_in_5258 a:link, #stacks_in_5258 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5258 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5258 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5258 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5790 .poster-readmore {
    display: none !important;
}








#stacks_in_5791 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5798_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5798 a:link, #stacks_in_5798 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5798 a:hover, #stacks_in_5798 a:active {
	color:#FFFFFF;
}







#stacks_in_5798 a:link, #stacks_in_5798 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5798 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5798 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5798 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5804 .poster-readmore {
    display: none !important;
}








#stacks_in_5805 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5809_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5809 a:link, #stacks_in_5809 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5809 a:hover, #stacks_in_5809 a:active {
	color:#FFFFFF;
}







#stacks_in_5809 a:link, #stacks_in_5809 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5809 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5809 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5809 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5264 .poster-readmore {
    display: none !important;
}








#stacks_in_5265 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 0px 0px;
}
#stacks_in_5275_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5275 a:link, #stacks_in_5275 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5275 a:hover, #stacks_in_5275 a:active {
	color:#FFFFFF;
}







#stacks_in_5275 a:link, #stacks_in_5275 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5275 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5275 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5275 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_5272_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5272 a:link, #stacks_in_5272 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5272 a:hover, #stacks_in_5272 a:active {
	color:#FFFFFF;
}







#stacks_in_5272 a:link, #stacks_in_5272 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5272 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5272 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5272 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_6040 .poster-readmore {
    display: none !important;
}








#stacks_in_6041 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6044_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6044 a:link, #stacks_in_6044 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6044 a:hover, #stacks_in_6044 a:active {
	color:#FFFFFF;
}







#stacks_in_6044 a:link, #stacks_in_6044 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6044 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6044 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6044 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6046 .poster-readmore {
    display: none !important;
}








#stacks_in_6047 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6050_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6050 a:link, #stacks_in_6050 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6050 a:hover, #stacks_in_6050 a:active {
	color:#FFFFFF;
}







#stacks_in_6050 a:link, #stacks_in_6050 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6050 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6050 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6050 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6052 .poster-readmore {
    display: none !important;
}








#stacks_in_6053 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6056_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6056 a:link, #stacks_in_6056 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6056 a:hover, #stacks_in_6056 a:active {
	color:#FFFFFF;
}







#stacks_in_6056 a:link, #stacks_in_6056 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6056 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6056 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6056 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5286 .poster-readmore {
    display: none !important;
}








#stacks_in_5287 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5297_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5297 a:link, #stacks_in_5297 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5297 a:hover, #stacks_in_5297 a:active {
	color:#FFFFFF;
}







#stacks_in_5297 a:link, #stacks_in_5297 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5297 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5297 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5297 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5824 .poster-readmore {
    display: none !important;
}








#stacks_in_5825 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5829_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5829 a:link, #stacks_in_5829 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5829 a:hover, #stacks_in_5829 a:active {
	color:#FFFFFF;
}







#stacks_in_5829 a:link, #stacks_in_5829 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5829 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5829 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5829 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5835 .poster-readmore {
    display: none !important;
}








#stacks_in_5836 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5840_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5840 a:link, #stacks_in_5840 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5840 a:hover, #stacks_in_5840 a:active {
	color:#FFFFFF;
}







#stacks_in_5840 a:link, #stacks_in_5840 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5840 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5840 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5840 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5306 .poster-readmore {
    display: none !important;
}








#stacks_in_5307 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5314_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5314 a:link, #stacks_in_5314 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5314 a:hover, #stacks_in_5314 a:active {
	color:#FFFFFF;
}







#stacks_in_5314 a:link, #stacks_in_5314 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5314 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5314 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5314 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5846 .poster-readmore {
    display: none !important;
}








#stacks_in_5847 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5854_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5854 a:link, #stacks_in_5854 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5854 a:hover, #stacks_in_5854 a:active {
	color:#FFFFFF;
}







#stacks_in_5854 a:link, #stacks_in_5854 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5854 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5854 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5854 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5860 .poster-readmore {
    display: none !important;
}








#stacks_in_5861 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5865_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5865 a:link, #stacks_in_5865 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5865 a:hover, #stacks_in_5865 a:active {
	color:#FFFFFF;
}







#stacks_in_5865 a:link, #stacks_in_5865 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5865 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5865 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5865 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6067 .poster-readmore {
    display: none !important;
}








#stacks_in_6068 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6071_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6071 a:link, #stacks_in_6071 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6071 a:hover, #stacks_in_6071 a:active {
	color:#FFFFFF;
}







#stacks_in_6071 a:link, #stacks_in_6071 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6071 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6071 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6071 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6073 .poster-readmore {
    display: none !important;
}








#stacks_in_6074 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6077_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6077 a:link, #stacks_in_6077 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6077 a:hover, #stacks_in_6077 a:active {
	color:#FFFFFF;
}







#stacks_in_6077 a:link, #stacks_in_6077 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6077 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6077 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6077 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6079 .poster-readmore {
    display: none !important;
}








#stacks_in_6080 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6083_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6083 a:link, #stacks_in_6083 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6083 a:hover, #stacks_in_6083 a:active {
	color:#FFFFFF;
}







#stacks_in_6083 a:link, #stacks_in_6083 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6083 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6083 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6083 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6094 .poster-readmore {
    display: none !important;
}








#stacks_in_6095 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6098_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6098 a:link, #stacks_in_6098 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6098 a:hover, #stacks_in_6098 a:active {
	color:#FFFFFF;
}







#stacks_in_6098 a:link, #stacks_in_6098 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6098 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6098 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6098 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6100 .poster-readmore {
    display: none !important;
}








#stacks_in_6101 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6104_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6104 a:link, #stacks_in_6104 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6104 a:hover, #stacks_in_6104 a:active {
	color:#FFFFFF;
}







#stacks_in_6104 a:link, #stacks_in_6104 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6104 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6104 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6104 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6106 .poster-readmore {
    display: none !important;
}








#stacks_in_6107 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6110_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6110 a:link, #stacks_in_6110 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6110 a:hover, #stacks_in_6110 a:active {
	color:#FFFFFF;
}







#stacks_in_6110 a:link, #stacks_in_6110 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6110 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6110 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6110 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6121 .poster-readmore {
    display: none !important;
}








#stacks_in_6122 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6125_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6125 a:link, #stacks_in_6125 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6125 a:hover, #stacks_in_6125 a:active {
	color:#FFFFFF;
}







#stacks_in_6125 a:link, #stacks_in_6125 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6125 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6125 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6125 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6450 .poster-readmore {
    display: none !important;
}








#stacks_in_6451 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6454_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6454 a:link, #stacks_in_6454 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6454 a:hover, #stacks_in_6454 a:active {
	color:#FFFFFF;
}







#stacks_in_6454 a:link, #stacks_in_6454 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6454 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6454 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6454 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_16 .poster-readmore {
    display: none !important;
}








#stacks_in_4770 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4772_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4772 a:link, #stacks_in_4772 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4772 a:hover, #stacks_in_4772 a:active {
	color:#FFFFFF;
}







#stacks_in_4772 a:link, #stacks_in_4772 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4772 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4772 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4772 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6460 .poster-readmore {
    display: none !important;
}








#stacks_in_6461 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6464_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6464 a:link, #stacks_in_6464 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6464 a:hover, #stacks_in_6464 a:active {
	color:#FFFFFF;
}







#stacks_in_6464 a:link, #stacks_in_6464 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6464 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6464 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6464 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_20 .poster-readmore {
    display: none !important;
}








#stacks_in_4776 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4777_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4777 a:link, #stacks_in_4777 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4777 a:hover, #stacks_in_4777 a:active {
	color:#FFFFFF;
}







#stacks_in_4777 a:link, #stacks_in_4777 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4777 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4777 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4777 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_24 .poster-readmore {
    display: none !important;
}








#stacks_in_4782 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4783_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4783 a:link, #stacks_in_4783 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4783 a:hover, #stacks_in_4783 a:active {
	color:#FFFFFF;
}







#stacks_in_4783 a:link, #stacks_in_4783 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4783 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4783 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4783 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_28 .poster-readmore {
    display: none !important;
}








#stacks_in_4788 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4789_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4789 a:link, #stacks_in_4789 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4789 a:hover, #stacks_in_4789 a:active {
	color:#FFFFFF;
}







#stacks_in_4789 a:link, #stacks_in_4789 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4789 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4789 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4789 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2767 .poster-readmore {
    display: none !important;
}








#stacks_in_4794 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4795_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4795 a:link, #stacks_in_4795 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4795 a:hover, #stacks_in_4795 a:active {
	color:#FFFFFF;
}







#stacks_in_4795 a:link, #stacks_in_4795 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4795 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4795 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4795 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6470 .poster-readmore {
    display: none !important;
}








#stacks_in_6471 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6474_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6474 a:link, #stacks_in_6474 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6474 a:hover, #stacks_in_6474 a:active {
	color:#FFFFFF;
}







#stacks_in_6474 a:link, #stacks_in_6474 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6474 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6474 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6474 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_32 .poster-readmore {
    display: none !important;
}








#stacks_in_4800 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4801_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4801 a:link, #stacks_in_4801 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4801 a:hover, #stacks_in_4801 a:active {
	color:#FFFFFF;
}







#stacks_in_4801 a:link, #stacks_in_4801 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4801 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4801 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4801 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_36 .poster-readmore {
    display: none !important;
}








#stacks_in_4804 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4805_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4805 a:link, #stacks_in_4805 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4805 a:hover, #stacks_in_4805 a:active {
	color:#FFFFFF;
}







#stacks_in_4805 a:link, #stacks_in_4805 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4805 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4805 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4805 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_40 .poster-readmore {
    display: none !important;
}








#stacks_in_4808 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4809_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4809 a:link, #stacks_in_4809 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4809 a:hover, #stacks_in_4809 a:active {
	color:#FFFFFF;
}







#stacks_in_4809 a:link, #stacks_in_4809 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4809 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4809 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4809 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_170 .poster-readmore {
    display: none !important;
}








#stacks_in_4812 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4813_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4813 a:link, #stacks_in_4813 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4813 a:hover, #stacks_in_4813 a:active {
	color:#FFFFFF;
}







#stacks_in_4813 a:link, #stacks_in_4813 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4813 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4813 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4813 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_185 .poster-readmore {
    display: none !important;
}








#stacks_in_4816 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4817_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4817 a:link, #stacks_in_4817 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4817 a:hover, #stacks_in_4817 a:active {
	color:#FFFFFF;
}







#stacks_in_4817 a:link, #stacks_in_4817 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4817 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4817 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4817 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6480 .poster-readmore {
    display: none !important;
}








#stacks_in_6481 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6484_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6484 a:link, #stacks_in_6484 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6484 a:hover, #stacks_in_6484 a:active {
	color:#FFFFFF;
}







#stacks_in_6484 a:link, #stacks_in_6484 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6484 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6484 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6484 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_6820_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6820 a:link, #stacks_in_6820 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6820 a:hover, #stacks_in_6820 a:active {
	color:#FFFFFF;
}







#stacks_in_6820 a:link, #stacks_in_6820 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6820 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6820 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6820 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_200 .poster-readmore {
    display: none !important;
}








#stacks_in_4820 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4821_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4821 a:link, #stacks_in_4821 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4821 a:hover, #stacks_in_4821 a:active {
	color:#FFFFFF;
}







#stacks_in_4821 a:link, #stacks_in_4821 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4821 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4821 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4821 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_215 .poster-readmore {
    display: none !important;
}








#stacks_in_4824 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4825_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4825 a:link, #stacks_in_4825 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4825 a:hover, #stacks_in_4825 a:active {
	color:#FFFFFF;
}







#stacks_in_4825 a:link, #stacks_in_4825 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4825 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4825 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4825 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_232 .poster-readmore {
    display: none !important;
}








#stacks_in_4828 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4829_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4829 a:link, #stacks_in_4829 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4829 a:hover, #stacks_in_4829 a:active {
	color:#FFFFFF;
}







#stacks_in_4829 a:link, #stacks_in_4829 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4829 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4829 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4829 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_247 .poster-readmore {
    display: none !important;
}








#stacks_in_4832 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4833_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4833 a:link, #stacks_in_4833 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4833 a:hover, #stacks_in_4833 a:active {
	color:#FFFFFF;
}







#stacks_in_4833 a:link, #stacks_in_4833 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4833 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4833 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4833 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6490 .poster-readmore {
    display: none !important;
}








#stacks_in_6491 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6494_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6494 a:link, #stacks_in_6494 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6494 a:hover, #stacks_in_6494 a:active {
	color:#FFFFFF;
}







#stacks_in_6494 a:link, #stacks_in_6494 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6494 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6494 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6494 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_262 .poster-readmore {
    display: none !important;
}








#stacks_in_4836 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4837_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4837 a:link, #stacks_in_4837 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4837 a:hover, #stacks_in_4837 a:active {
	color:#FFFFFF;
}







#stacks_in_4837 a:link, #stacks_in_4837 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4837 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4837 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4837 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_277 .poster-readmore {
    display: none !important;
}








#stacks_in_4841 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4842_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4842 a:link, #stacks_in_4842 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4842 a:hover, #stacks_in_4842 a:active {
	color:#0000FF;
}







#stacks_in_4842 a:link, #stacks_in_4842 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4842 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4842 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4842 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_6833_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6833 a:link, #stacks_in_6833 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6833 a:hover, #stacks_in_6833 a:active {
	color:#FFFFFF;
}







#stacks_in_6833 a:link, #stacks_in_6833 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6833 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6833 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6833 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_6500 .poster-readmore {
    display: none !important;
}








#stacks_in_6501 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6504_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6504 a:link, #stacks_in_6504 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6504 a:hover, #stacks_in_6504 a:active {
	color:#FFFFFF;
}







#stacks_in_6504 a:link, #stacks_in_6504 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6504 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6504 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6504 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_292 .poster-readmore {
    display: none !important;
}








#stacks_in_4846 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4847_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4847 a:link, #stacks_in_4847 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4847 a:hover, #stacks_in_4847 a:active {
	color:#FFFFFF;
}







#stacks_in_4847 a:link, #stacks_in_4847 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4847 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4847 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4847 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6510 .poster-readmore {
    display: none !important;
}








#stacks_in_6511 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6514_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6514 a:link, #stacks_in_6514 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6514 a:hover, #stacks_in_6514 a:active {
	color:#FFFFFF;
}







#stacks_in_6514 a:link, #stacks_in_6514 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6514 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6514 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6514 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6520 .poster-readmore {
    display: none !important;
}








#stacks_in_6521 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6524_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6524 a:link, #stacks_in_6524 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6524 a:hover, #stacks_in_6524 a:active {
	color:#FFFFFF;
}







#stacks_in_6524 a:link, #stacks_in_6524 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6524 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6524 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6524 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_307 .poster-readmore {
    display: none !important;
}








#stacks_in_4850 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4851_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4851 a:link, #stacks_in_4851 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4851 a:hover, #stacks_in_4851 a:active {
	color:#FFFFFF;
}







#stacks_in_4851 a:link, #stacks_in_4851 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4851 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4851 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4851 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_322 .poster-readmore {
    display: none !important;
}








#stacks_in_4854 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4855_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4855 a:link, #stacks_in_4855 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4855 a:hover, #stacks_in_4855 a:active {
	color:#FFFFFF;
}







#stacks_in_4855 a:link, #stacks_in_4855 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4855 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4855 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4855 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_348 .poster-readmore {
    display: none !important;
}








#stacks_in_4858 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4859_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4859 a:link, #stacks_in_4859 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4859 a:hover, #stacks_in_4859 a:active {
	color:#FFFFFF;
}







#stacks_in_4859 a:link, #stacks_in_4859 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4859 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4859 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4859 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_363 .poster-readmore {
    display: none !important;
}








#stacks_in_4862 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4863_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4863 a:link, #stacks_in_4863 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4863 a:hover, #stacks_in_4863 a:active {
	color:#FFFFFF;
}







#stacks_in_4863 a:link, #stacks_in_4863 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4863 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4863 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4863 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_378 .poster-readmore {
    display: none !important;
}








#stacks_in_4866 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4867_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4867 a:link, #stacks_in_4867 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4867 a:hover, #stacks_in_4867 a:active {
	color:#FFFFFF;
}







#stacks_in_4867 a:link, #stacks_in_4867 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4867 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4867 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4867 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_379 .poster-readmore {
    display: none !important;
}








#stacks_in_4870 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4871_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4871 a:link, #stacks_in_4871 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4871 a:hover, #stacks_in_4871 a:active {
	color:#FFFFFF;
}







#stacks_in_4871 a:link, #stacks_in_4871 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4871 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4871 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4871 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6530 .poster-readmore {
    display: none !important;
}








#stacks_in_6531 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6534_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6534 a:link, #stacks_in_6534 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6534 a:hover, #stacks_in_6534 a:active {
	color:#FFFFFF;
}







#stacks_in_6534 a:link, #stacks_in_6534 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6534 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6534 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6534 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_380 .poster-readmore {
    display: none !important;
}








#stacks_in_4874 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4875_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4875 a:link, #stacks_in_4875 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4875 a:hover, #stacks_in_4875 a:active {
	color:#FFFFFF;
}







#stacks_in_4875 a:link, #stacks_in_4875 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4875 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4875 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4875 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_381 .poster-readmore {
    display: none !important;
}








#stacks_in_4878 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4879_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4879 a:link, #stacks_in_4879 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4879 a:hover, #stacks_in_4879 a:active {
	color:#FFFFFF;
}







#stacks_in_4879 a:link, #stacks_in_4879 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4879 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4879 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4879 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6540 .poster-readmore {
    display: none !important;
}








#stacks_in_6541 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6544_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6544 a:link, #stacks_in_6544 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6544 a:hover, #stacks_in_6544 a:active {
	color:#FFFFFF;
}







#stacks_in_6544 a:link, #stacks_in_6544 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6544 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6544 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6544 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_382 .poster-readmore {
    display: none !important;
}








#stacks_in_4883 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4884_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4884 a:link, #stacks_in_4884 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4884 a:hover, #stacks_in_4884 a:active {
	color:#FFFFFF;
}







#stacks_in_4884 a:link, #stacks_in_4884 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4884 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4884 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4884 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_383 .poster-readmore {
    display: none !important;
}








#stacks_in_4888 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4889_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4889 a:link, #stacks_in_4889 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4889 a:hover, #stacks_in_4889 a:active {
	color:#FFFFFF;
}







#stacks_in_4889 a:link, #stacks_in_4889 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4889 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4889 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4889 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_384 .poster-readmore {
    display: none !important;
}








#stacks_in_4896 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4897_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4897 a:link, #stacks_in_4897 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4897 a:hover, #stacks_in_4897 a:active {
	color:#FFFFFF;
}







#stacks_in_4897 a:link, #stacks_in_4897 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4897 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4897 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4897 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_385 .poster-readmore {
    display: none !important;
}








#stacks_in_4892 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4893_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4893 a:link, #stacks_in_4893 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4893 a:hover, #stacks_in_4893 a:active {
	color:#FFFFFF;
}







#stacks_in_4893 a:link, #stacks_in_4893 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4893 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4893 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4893 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_386 .poster-readmore {
    display: none !important;
}








#stacks_in_4900 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4901_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4901 a:link, #stacks_in_4901 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4901 a:hover, #stacks_in_4901 a:active {
	color:#FFFFFF;
}







#stacks_in_4901 a:link, #stacks_in_4901 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4901 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4901 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4901 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_387 .poster-readmore {
    display: none !important;
}








#stacks_in_4904 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4905_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4905 a:link, #stacks_in_4905 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4905 a:hover, #stacks_in_4905 a:active {
	color:#FFFFFF;
}







#stacks_in_4905 a:link, #stacks_in_4905 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4905 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4905 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4905 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5899 .poster-readmore {
    display: none !important;
}








#stacks_in_5920 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5922_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5922 a:link, #stacks_in_5922 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5922 a:hover, #stacks_in_5922 a:active {
	color:#FFFFFF;
}







#stacks_in_5922 a:link, #stacks_in_5922 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5922 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5922 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5922 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_5930_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5930 a:link, #stacks_in_5930 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5930 a:hover, #stacks_in_5930 a:active {
	color:#FFFFFF;
}







#stacks_in_5930 a:link, #stacks_in_5930 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5930 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5930 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5930 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_528 .poster-readmore {
    display: none !important;
}








#stacks_in_4908 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4909_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4909 a:link, #stacks_in_4909 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4909 a:hover, #stacks_in_4909 a:active {
	color:#FFFFFF;
}







#stacks_in_4909 a:link, #stacks_in_4909 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4909 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4909 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4909 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_529 .poster-readmore {
    display: none !important;
}








#stacks_in_4912 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4914_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4914 a:link, #stacks_in_4914 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4914 a:hover, #stacks_in_4914 a:active {
	color:#FFFFFF;
}







#stacks_in_4914 a:link, #stacks_in_4914 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4914 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4914 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4914 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_530 .poster-readmore {
    display: none !important;
}








#stacks_in_4917 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4918_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4918 a:link, #stacks_in_4918 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4918 a:hover, #stacks_in_4918 a:active {
	color:#FFFFFF;
}







#stacks_in_4918 a:link, #stacks_in_4918 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4918 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4918 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4918 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_531 .poster-readmore {
    display: none !important;
}








#stacks_in_4921 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4922_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4922 a:link, #stacks_in_4922 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4922 a:hover, #stacks_in_4922 a:active {
	color:#FFFFFF;
}







#stacks_in_4922 a:link, #stacks_in_4922 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4922 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4922 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4922 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_532 .poster-readmore {
    display: none !important;
}








#stacks_in_4925 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4926_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4926 a:link, #stacks_in_4926 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4926 a:hover, #stacks_in_4926 a:active {
	color:#FFFFFF;
}







#stacks_in_4926 a:link, #stacks_in_4926 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4926 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4926 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4926 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_533 .poster-readmore {
    display: none !important;
}








#stacks_in_4929 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4930_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4930 a:link, #stacks_in_4930 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4930 a:hover, #stacks_in_4930 a:active {
	color:#FFFFFF;
}







#stacks_in_4930 a:link, #stacks_in_4930 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4930 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4930 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4930 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_534 .poster-readmore {
    display: none !important;
}








#stacks_in_4933 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4934_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4934 a:link, #stacks_in_4934 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4934 a:hover, #stacks_in_4934 a:active {
	color:#FFFFFF;
}







#stacks_in_4934 a:link, #stacks_in_4934 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4934 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4934 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4934 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_535 .poster-readmore {
    display: none !important;
}








#stacks_in_4937 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4938_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4938 a:link, #stacks_in_4938 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4938 a:hover, #stacks_in_4938 a:active {
	color:#FFFFFF;
}







#stacks_in_4938 a:link, #stacks_in_4938 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4938 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4938 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4938 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_536 .poster-readmore {
    display: none !important;
}








#stacks_in_4941 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4942_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4942 a:link, #stacks_in_4942 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4942 a:hover, #stacks_in_4942 a:active {
	color:#FFFFFF;
}







#stacks_in_4942 a:link, #stacks_in_4942 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4942 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4942 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4942 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_537 .poster-readmore {
    display: none !important;
}








#stacks_in_4945 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4946_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4946 a:link, #stacks_in_4946 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4946 a:hover, #stacks_in_4946 a:active {
	color:#FFFFFF;
}







#stacks_in_4946 a:link, #stacks_in_4946 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4946 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4946 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4946 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_833 .poster-readmore {
    display: none !important;
}








#stacks_in_4949 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4950_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4950 a:link, #stacks_in_4950 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4950 a:hover, #stacks_in_4950 a:active {
	color:#FFFFFF;
}







#stacks_in_4950 a:link, #stacks_in_4950 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4950 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4950 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4950 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6550 .poster-readmore {
    display: none !important;
}








#stacks_in_6551 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6554_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6554 a:link, #stacks_in_6554 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6554 a:hover, #stacks_in_6554 a:active {
	color:#FFFFFF;
}







#stacks_in_6554 a:link, #stacks_in_6554 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6554 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6554 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6554 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_834 .poster-readmore {
    display: none !important;
}








#stacks_in_4953 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4954_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4954 a:link, #stacks_in_4954 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4954 a:hover, #stacks_in_4954 a:active {
	color:#FFFFFF;
}







#stacks_in_4954 a:link, #stacks_in_4954 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4954 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4954 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4954 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6560 .poster-readmore {
    display: none !important;
}








#stacks_in_6561 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6564_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6564 a:link, #stacks_in_6564 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6564 a:hover, #stacks_in_6564 a:active {
	color:#FFFFFF;
}







#stacks_in_6564 a:link, #stacks_in_6564 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6564 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6564 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6564 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_835 .poster-readmore {
    display: none !important;
}








#stacks_in_4958 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4959_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4959 a:link, #stacks_in_4959 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4959 a:hover, #stacks_in_4959 a:active {
	color:#FFFFFF;
}







#stacks_in_4959 a:link, #stacks_in_4959 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4959 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4959 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4959 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6570 .poster-readmore {
    display: none !important;
}








#stacks_in_6571 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6574_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6574 a:link, #stacks_in_6574 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6574 a:hover, #stacks_in_6574 a:active {
	color:#FFFFFF;
}







#stacks_in_6574 a:link, #stacks_in_6574 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6574 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6574 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6574 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_836 .poster-readmore {
    display: none !important;
}








#stacks_in_4962 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4963_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4963 a:link, #stacks_in_4963 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4963 a:hover, #stacks_in_4963 a:active {
	color:#FFFFFF;
}







#stacks_in_4963 a:link, #stacks_in_4963 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4963 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4963 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4963 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_837 .poster-readmore {
    display: none !important;
}








#stacks_in_4966 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4967_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4967 a:link, #stacks_in_4967 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4967 a:hover, #stacks_in_4967 a:active {
	color:#FFFFFF;
}







#stacks_in_4967 a:link, #stacks_in_4967 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4967 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4967 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4967 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_838 .poster-readmore {
    display: none !important;
}








#stacks_in_4970 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4971_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4971 a:link, #stacks_in_4971 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4971 a:hover, #stacks_in_4971 a:active {
	color:#FFFFFF;
}







#stacks_in_4971 a:link, #stacks_in_4971 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4971 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4971 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4971 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_839 .poster-readmore {
    display: none !important;
}








#stacks_in_4974 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4975_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4975 a:link, #stacks_in_4975 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4975 a:hover, #stacks_in_4975 a:active {
	color:#FFFFFF;
}







#stacks_in_4975 a:link, #stacks_in_4975 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4975 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4975 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4975 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_840 .poster-readmore {
    display: none !important;
}








#stacks_in_4978 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4979_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4979 a:link, #stacks_in_4979 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4979 a:hover, #stacks_in_4979 a:active {
	color:#FFFFFF;
}







#stacks_in_4979 a:link, #stacks_in_4979 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4979 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4979 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4979 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_841 .poster-readmore {
    display: none !important;
}








#stacks_in_4982 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4983_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4983 a:link, #stacks_in_4983 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4983 a:hover, #stacks_in_4983 a:active {
	color:#FFFFFF;
}







#stacks_in_4983 a:link, #stacks_in_4983 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4983 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4983 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4983 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_842 .poster-readmore {
    display: none !important;
}








#stacks_in_4986 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4987_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4987 a:link, #stacks_in_4987 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4987 a:hover, #stacks_in_4987 a:active {
	color:#FFFFFF;
}







#stacks_in_4987 a:link, #stacks_in_4987 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4987 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4987 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4987 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1003 .poster-readmore {
    display: none !important;
}








#stacks_in_4990 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4991_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4991 a:link, #stacks_in_4991 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4991 a:hover, #stacks_in_4991 a:active {
	color:#FFFFFF;
}







#stacks_in_4991 a:link, #stacks_in_4991 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4991 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4991 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4991 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1020 .poster-readmore {
    display: none !important;
}








#stacks_in_4995 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_4996_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4996 a:link, #stacks_in_4996 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4996 a:hover, #stacks_in_4996 a:active {
	color:#FFFFFF;
}







#stacks_in_4996 a:link, #stacks_in_4996 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4996 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4996 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_4996 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1037 .poster-readmore {
    display: none !important;
}








#stacks_in_4999 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5000_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5000 a:link, #stacks_in_5000 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5000 a:hover, #stacks_in_5000 a:active {
	color:#FFFFFF;
}







#stacks_in_5000 a:link, #stacks_in_5000 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5000 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5000 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5000 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1054 .poster-readmore {
    display: none !important;
}








#stacks_in_5003 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5004_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5004 a:link, #stacks_in_5004 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5004 a:hover, #stacks_in_5004 a:active {
	color:#FFFFFF;
}







#stacks_in_5004 a:link, #stacks_in_5004 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5004 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5004 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5004 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1084 .poster-readmore {
    display: none !important;
}








#stacks_in_5007 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5008_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5008 a:link, #stacks_in_5008 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5008 a:hover, #stacks_in_5008 a:active {
	color:#FFFFFF;
}







#stacks_in_5008 a:link, #stacks_in_5008 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5008 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5008 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5008 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6580 .poster-readmore {
    display: none !important;
}








#stacks_in_6581 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6584_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6584 a:link, #stacks_in_6584 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6584 a:hover, #stacks_in_6584 a:active {
	color:#FFFFFF;
}







#stacks_in_6584 a:link, #stacks_in_6584 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6584 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6584 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6584 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1101 .poster-readmore {
    display: none !important;
}








#stacks_in_5011 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5012_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5012 a:link, #stacks_in_5012 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5012 a:hover, #stacks_in_5012 a:active {
	color:#FFFFFF;
}







#stacks_in_5012 a:link, #stacks_in_5012 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5012 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5012 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5012 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1118 .poster-readmore {
    display: none !important;
}








#stacks_in_5015 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5016_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5016 a:link, #stacks_in_5016 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5016 a:hover, #stacks_in_5016 a:active {
	color:#FFFFFF;
}







#stacks_in_5016 a:link, #stacks_in_5016 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5016 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5016 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5016 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6590 .poster-readmore {
    display: none !important;
}








#stacks_in_6591 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6594_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6594 a:link, #stacks_in_6594 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6594 a:hover, #stacks_in_6594 a:active {
	color:#FFFFFF;
}







#stacks_in_6594 a:link, #stacks_in_6594 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6594 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6594 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6594 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1135 .poster-readmore {
    display: none !important;
}








#stacks_in_5019 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5020_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5020 a:link, #stacks_in_5020 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5020 a:hover, #stacks_in_5020 a:active {
	color:#FFFFFF;
}







#stacks_in_5020 a:link, #stacks_in_5020 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5020 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5020 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5020 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1152 .poster-readmore {
    display: none !important;
}








#stacks_in_5023 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5024_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5024 a:link, #stacks_in_5024 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5024 a:hover, #stacks_in_5024 a:active {
	color:#0000FF;
}







#stacks_in_5024 a:link, #stacks_in_5024 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5024 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5024 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5024 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_6826_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6826 a:link, #stacks_in_6826 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6826 a:hover, #stacks_in_6826 a:active {
	color:#FFFFFF;
}







#stacks_in_6826 a:link, #stacks_in_6826 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6826 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6826 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6826 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_1169 .poster-readmore {
    display: none !important;
}








#stacks_in_5027 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5028_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5028 a:link, #stacks_in_5028 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5028 a:hover, #stacks_in_5028 a:active {
	color:#FFFFFF;
}







#stacks_in_5028 a:link, #stacks_in_5028 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5028 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5028 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5028 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1186 .poster-readmore {
    display: none !important;
}








#stacks_in_5032 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5033_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5033 a:link, #stacks_in_5033 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5033 a:hover, #stacks_in_5033 a:active {
	color:#FFFFFF;
}







#stacks_in_5033 a:link, #stacks_in_5033 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5033 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5033 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5033 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1187 .poster-readmore {
    display: none !important;
}








#stacks_in_5036 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5037_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5037 a:link, #stacks_in_5037 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5037 a:hover, #stacks_in_5037 a:active {
	color:#FFFFFF;
}







#stacks_in_5037 a:link, #stacks_in_5037 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5037 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5037 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5037 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1188 .poster-readmore {
    display: none !important;
}








#stacks_in_5040 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5041_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5041 a:link, #stacks_in_5041 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5041 a:hover, #stacks_in_5041 a:active {
	color:#FFFFFF;
}







#stacks_in_5041 a:link, #stacks_in_5041 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5041 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5041 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5041 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_4732 .poster-readmore {
    display: none !important;
}








#stacks_in_5045 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5046_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5046 a:link, #stacks_in_5046 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5046 a:hover, #stacks_in_5046 a:active {
	color:#FFFFFF;
}







#stacks_in_5046 a:link, #stacks_in_5046 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5046 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5046 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5046 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1189 .poster-readmore {
    display: none !important;
}








#stacks_in_5049 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5050_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5050 a:link, #stacks_in_5050 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5050 a:hover, #stacks_in_5050 a:active {
	color:#FFFFFF;
}







#stacks_in_5050 a:link, #stacks_in_5050 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5050 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5050 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5050 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1190 .poster-readmore {
    display: none !important;
}








#stacks_in_5053 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5054_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5054 a:link, #stacks_in_5054 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5054 a:hover, #stacks_in_5054 a:active {
	color:#FFFFFF;
}







#stacks_in_5054 a:link, #stacks_in_5054 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5054 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5054 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5054 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_4749 .poster-readmore {
    display: none !important;
}








#stacks_in_5058 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5059_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5059 a:link, #stacks_in_5059 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5059 a:hover, #stacks_in_5059 a:active {
	color:#FFFFFF;
}







#stacks_in_5059 a:link, #stacks_in_5059 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5059 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5059 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5059 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1191 .poster-readmore {
    display: none !important;
}








#stacks_in_5063 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5064_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5064 a:link, #stacks_in_5064 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5064 a:hover, #stacks_in_5064 a:active {
	color:#FFFFFF;
}







#stacks_in_5064 a:link, #stacks_in_5064 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5064 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5064 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5064 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1192 .poster-readmore {
    display: none !important;
}








#stacks_in_5068 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5069_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5069 a:link, #stacks_in_5069 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5069 a:hover, #stacks_in_5069 a:active {
	color:#FFFFFF;
}







#stacks_in_5069 a:link, #stacks_in_5069 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5069 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5069 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5069 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1193 .poster-readmore {
    display: none !important;
}








#stacks_in_5072 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5073_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5073 a:link, #stacks_in_5073 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5073 a:hover, #stacks_in_5073 a:active {
	color:#FFFFFF;
}







#stacks_in_5073 a:link, #stacks_in_5073 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5073 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5073 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5073 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1194 .poster-readmore {
    display: none !important;
}








#stacks_in_5076 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5077_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5077 a:link, #stacks_in_5077 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5077 a:hover, #stacks_in_5077 a:active {
	color:#FFFFFF;
}







#stacks_in_5077 a:link, #stacks_in_5077 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5077 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5077 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5077 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1195 .poster-readmore {
    display: none !important;
}








#stacks_in_5080 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5081_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5081 a:link, #stacks_in_5081 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5081 a:hover, #stacks_in_5081 a:active {
	color:#FFFFFF;
}







#stacks_in_5081 a:link, #stacks_in_5081 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5081 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5081 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5081 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6602 .poster-readmore {
    display: none !important;
}








#stacks_in_6603 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6606_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6606 a:link, #stacks_in_6606 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6606 a:hover, #stacks_in_6606 a:active {
	color:#FFFFFF;
}







#stacks_in_6606 a:link, #stacks_in_6606 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6606 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6606 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6606 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1196 .poster-readmore {
    display: none !important;
}








#stacks_in_5084 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5085_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5085 a:link, #stacks_in_5085 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5085 a:hover, #stacks_in_5085 a:active {
	color:#FFFFFF;
}







#stacks_in_5085 a:link, #stacks_in_5085 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5085 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5085 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5085 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1373 .poster-readmore {
    display: none !important;
}








#stacks_in_5088 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5089_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5089 a:link, #stacks_in_5089 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5089 a:hover, #stacks_in_5089 a:active {
	color:#FFFFFF;
}







#stacks_in_5089 a:link, #stacks_in_5089 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5089 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5089 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5089 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1374 .poster-readmore {
    display: none !important;
}








#stacks_in_5092 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5093_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5093 a:link, #stacks_in_5093 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5093 a:hover, #stacks_in_5093 a:active {
	color:#FFFFFF;
}







#stacks_in_5093 a:link, #stacks_in_5093 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5093 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5093 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5093 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1375 .poster-readmore {
    display: none !important;
}








#stacks_in_5096 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5097_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5097 a:link, #stacks_in_5097 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5097 a:hover, #stacks_in_5097 a:active {
	color:#FFFFFF;
}







#stacks_in_5097 a:link, #stacks_in_5097 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5097 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5097 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5097 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1376 .poster-readmore {
    display: none !important;
}








#stacks_in_5100 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5101_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5101 a:link, #stacks_in_5101 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5101 a:hover, #stacks_in_5101 a:active {
	color:#FFFFFF;
}







#stacks_in_5101 a:link, #stacks_in_5101 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5101 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5101 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5101 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1377 .poster-readmore {
    display: none !important;
}








#stacks_in_5104 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5105_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5105 a:link, #stacks_in_5105 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5105 a:hover, #stacks_in_5105 a:active {
	color:#FFFFFF;
}







#stacks_in_5105 a:link, #stacks_in_5105 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5105 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5105 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5105 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1378 .poster-readmore {
    display: none !important;
}








#stacks_in_5108 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5109_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5109 a:link, #stacks_in_5109 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5109 a:hover, #stacks_in_5109 a:active {
	color:#FFFFFF;
}







#stacks_in_5109 a:link, #stacks_in_5109 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5109 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5109 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5109 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6608 .poster-readmore {
    display: none !important;
}








#stacks_in_6609 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6612_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6612 a:link, #stacks_in_6612 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6612 a:hover, #stacks_in_6612 a:active {
	color:#FFFFFF;
}







#stacks_in_6612 a:link, #stacks_in_6612 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6612 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6612 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6612 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1379 .poster-readmore {
    display: none !important;
}








#stacks_in_5326 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5328_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5328 a:link, #stacks_in_5328 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5328 a:hover, #stacks_in_5328 a:active {
	color:#FFFFFF;
}







#stacks_in_5328 a:link, #stacks_in_5328 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5328 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5328 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5328 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1380 .poster-readmore {
    display: none !important;
}








#stacks_in_5330 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5332_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5332 a:link, #stacks_in_5332 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5332 a:hover, #stacks_in_5332 a:active {
	color:#FFFFFF;
}







#stacks_in_5332 a:link, #stacks_in_5332 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5332 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5332 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5332 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1381 .poster-readmore {
    display: none !important;
}








#stacks_in_5334 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5336_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5336 a:link, #stacks_in_5336 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5336 a:hover, #stacks_in_5336 a:active {
	color:#FFFFFF;
}







#stacks_in_5336 a:link, #stacks_in_5336 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5336 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5336 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5336 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1382 .poster-readmore {
    display: none !important;
}








#stacks_in_5338 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5340_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5340 a:link, #stacks_in_5340 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5340 a:hover, #stacks_in_5340 a:active {
	color:#FFFFFF;
}







#stacks_in_5340 a:link, #stacks_in_5340 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5340 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5340 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5340 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1383 .poster-readmore {
    display: none !important;
}








#stacks_in_5342 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5344_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5344 a:link, #stacks_in_5344 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5344 a:hover, #stacks_in_5344 a:active {
	color:#FFFFFF;
}







#stacks_in_5344 a:link, #stacks_in_5344 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5344 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5344 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5344 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1384 .poster-readmore {
    display: none !important;
}








#stacks_in_5346 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5348_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5348 a:link, #stacks_in_5348 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5348 a:hover, #stacks_in_5348 a:active {
	color:#FFFFFF;
}







#stacks_in_5348 a:link, #stacks_in_5348 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5348 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5348 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5348 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1577 .poster-readmore {
    display: none !important;
}








#stacks_in_5350 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5352_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5352 a:link, #stacks_in_5352 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5352 a:hover, #stacks_in_5352 a:active {
	color:#FFFFFF;
}







#stacks_in_5352 a:link, #stacks_in_5352 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5352 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5352 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5352 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1578 .poster-readmore {
    display: none !important;
}








#stacks_in_5354 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5356_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5356 a:link, #stacks_in_5356 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5356 a:hover, #stacks_in_5356 a:active {
	color:#FFFFFF;
}







#stacks_in_5356 a:link, #stacks_in_5356 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5356 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5356 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5356 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1579 .poster-readmore {
    display: none !important;
}








#stacks_in_5358 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5360_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5360 a:link, #stacks_in_5360 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5360 a:hover, #stacks_in_5360 a:active {
	color:#FFFFFF;
}







#stacks_in_5360 a:link, #stacks_in_5360 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5360 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5360 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5360 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1580 .poster-readmore {
    display: none !important;
}








#stacks_in_5362 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5364_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5364 a:link, #stacks_in_5364 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5364 a:hover, #stacks_in_5364 a:active {
	color:#FFFFFF;
}







#stacks_in_5364 a:link, #stacks_in_5364 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5364 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5364 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5364 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1581 .poster-readmore {
    display: none !important;
}








#stacks_in_5366 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5368_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5368 a:link, #stacks_in_5368 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5368 a:hover, #stacks_in_5368 a:active {
	color:#FFFFFF;
}







#stacks_in_5368 a:link, #stacks_in_5368 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5368 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5368 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5368 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1582 .poster-readmore {
    display: none !important;
}








#stacks_in_5370 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5372_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5372 a:link, #stacks_in_5372 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5372 a:hover, #stacks_in_5372 a:active {
	color:#FFFFFF;
}







#stacks_in_5372 a:link, #stacks_in_5372 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5372 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5372 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5372 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1583 .poster-readmore {
    display: none !important;
}








#stacks_in_5374 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5376_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5376 a:link, #stacks_in_5376 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5376 a:hover, #stacks_in_5376 a:active {
	color:#FFFFFF;
}







#stacks_in_5376 a:link, #stacks_in_5376 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5376 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5376 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5376 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1584 .poster-readmore {
    display: none !important;
}








#stacks_in_5378 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5380_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5380 a:link, #stacks_in_5380 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5380 a:hover, #stacks_in_5380 a:active {
	color:#FFFFFF;
}







#stacks_in_5380 a:link, #stacks_in_5380 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5380 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5380 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5380 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6630 .poster-readmore {
    display: none !important;
}








#stacks_in_6631 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6634_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6634 a:link, #stacks_in_6634 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6634 a:hover, #stacks_in_6634 a:active {
	color:#FFFFFF;
}







#stacks_in_6634 a:link, #stacks_in_6634 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6634 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6634 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6634 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1585 .poster-readmore {
    display: none !important;
}








#stacks_in_5382 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5384_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5384 a:link, #stacks_in_5384 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5384 a:hover, #stacks_in_5384 a:active {
	color:#FFFFFF;
}







#stacks_in_5384 a:link, #stacks_in_5384 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5384 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5384 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5384 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1586 .poster-readmore {
    display: none !important;
}








#stacks_in_5386 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5388_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5388 a:link, #stacks_in_5388 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5388 a:hover, #stacks_in_5388 a:active {
	color:#FFFFFF;
}







#stacks_in_5388 a:link, #stacks_in_5388 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5388 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5388 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5388 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6636 .poster-readmore {
    display: none !important;
}








#stacks_in_6637 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6640_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6640 a:link, #stacks_in_6640 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6640 a:hover, #stacks_in_6640 a:active {
	color:#FFFFFF;
}







#stacks_in_6640 a:link, #stacks_in_6640 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6640 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6640 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6640 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_6830_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6830 a:link, #stacks_in_6830 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6830 a:hover, #stacks_in_6830 a:active {
	color:#FFFFFF;
}







#stacks_in_6830 a:link, #stacks_in_6830 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6830 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6830 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6830 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_1587 .poster-readmore {
    display: none !important;
}








#stacks_in_5390 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5392_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5392 a:link, #stacks_in_5392 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5392 a:hover, #stacks_in_5392 a:active {
	color:#FFFFFF;
}







#stacks_in_5392 a:link, #stacks_in_5392 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5392 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5392 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5392 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1764 .poster-readmore {
    display: none !important;
}








#stacks_in_5394 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5396_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5396 a:link, #stacks_in_5396 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5396 a:hover, #stacks_in_5396 a:active {
	color:#FFFFFF;
}







#stacks_in_5396 a:link, #stacks_in_5396 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5396 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5396 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5396 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1765 .poster-readmore {
    display: none !important;
}








#stacks_in_5398 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5400_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5400 a:link, #stacks_in_5400 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5400 a:hover, #stacks_in_5400 a:active {
	color:#FFFFFF;
}







#stacks_in_5400 a:link, #stacks_in_5400 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5400 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5400 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5400 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_5886 .poster-readmore {
    display: none !important;
}








#stacks_in_5924 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5926_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5926 a:link, #stacks_in_5926 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5926 a:hover, #stacks_in_5926 a:active {
	color:#FFFFFF;
}







#stacks_in_5926 a:link, #stacks_in_5926 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5926 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5926 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5926 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_5928_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5928 a:link, #stacks_in_5928 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5928 a:hover, #stacks_in_5928 a:active {
	color:#FFFFFF;
}







#stacks_in_5928 a:link, #stacks_in_5928 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5928 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5928 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5928 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_6642 .poster-readmore {
    display: none !important;
}








#stacks_in_6643 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6646_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6646 a:link, #stacks_in_6646 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6646 a:hover, #stacks_in_6646 a:active {
	color:#FFFFFF;
}







#stacks_in_6646 a:link, #stacks_in_6646 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6646 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6646 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6646 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1766 .poster-readmore {
    display: none !important;
}








#stacks_in_5402 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5404_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5404 a:link, #stacks_in_5404 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5404 a:hover, #stacks_in_5404 a:active {
	color:#FFFFFF;
}







#stacks_in_5404 a:link, #stacks_in_5404 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5404 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5404 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5404 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1767 .poster-readmore {
    display: none !important;
}








#stacks_in_5406 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5408_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5408 a:link, #stacks_in_5408 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5408 a:hover, #stacks_in_5408 a:active {
	color:#FFFFFF;
}







#stacks_in_5408 a:link, #stacks_in_5408 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5408 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5408 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5408 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1768 .poster-readmore {
    display: none !important;
}








#stacks_in_5410 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5412_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5412 a:link, #stacks_in_5412 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5412 a:hover, #stacks_in_5412 a:active {
	color:#FFFFFF;
}







#stacks_in_5412 a:link, #stacks_in_5412 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5412 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5412 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5412 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_6828_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6828 a:link, #stacks_in_6828 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6828 a:hover, #stacks_in_6828 a:active {
	color:#FFFFFF;
}







#stacks_in_6828 a:link, #stacks_in_6828 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6828 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6828 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6828 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_1849 .poster-readmore {
    display: none !important;
}








#stacks_in_5414 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5416_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5416 a:link, #stacks_in_5416 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5416 a:hover, #stacks_in_5416 a:active {
	color:#FFFFFF;
}







#stacks_in_5416 a:link, #stacks_in_5416 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5416 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5416 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5416 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1850 .poster-readmore {
    display: none !important;
}








#stacks_in_5418 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5420_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5420 a:link, #stacks_in_5420 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5420 a:hover, #stacks_in_5420 a:active {
	color:#FFFFFF;
}







#stacks_in_5420 a:link, #stacks_in_5420 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5420 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5420 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5420 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1851 .poster-readmore {
    display: none !important;
}








#stacks_in_5422 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5424_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5424 a:link, #stacks_in_5424 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5424 a:hover, #stacks_in_5424 a:active {
	color:#FFFFFF;
}







#stacks_in_5424 a:link, #stacks_in_5424 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5424 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5424 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5424 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1852 .poster-readmore {
    display: none !important;
}








#stacks_in_5426 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5428_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5428 a:link, #stacks_in_5428 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5428 a:hover, #stacks_in_5428 a:active {
	color:#FFFFFF;
}







#stacks_in_5428 a:link, #stacks_in_5428 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5428 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5428 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5428 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1853 .poster-readmore {
    display: none !important;
}








#stacks_in_5430 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5432_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5432 a:link, #stacks_in_5432 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5432 a:hover, #stacks_in_5432 a:active {
	color:#FFFFFF;
}







#stacks_in_5432 a:link, #stacks_in_5432 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5432 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5432 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5432 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1854 .poster-readmore {
    display: none !important;
}








#stacks_in_5434 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5436_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5436 a:link, #stacks_in_5436 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5436 a:hover, #stacks_in_5436 a:active {
	color:#FFFFFF;
}







#stacks_in_5436 a:link, #stacks_in_5436 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5436 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5436 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5436 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1855 .poster-readmore {
    display: none !important;
}








#stacks_in_5438 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5440_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5440 a:link, #stacks_in_5440 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5440 a:hover, #stacks_in_5440 a:active {
	color:#FFFFFF;
}







#stacks_in_5440 a:link, #stacks_in_5440 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5440 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5440 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5440 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6660 .poster-readmore {
    display: none !important;
}








#stacks_in_6661 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6664_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6664 a:link, #stacks_in_6664 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6664 a:hover, #stacks_in_6664 a:active {
	color:#FFFFFF;
}







#stacks_in_6664 a:link, #stacks_in_6664 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6664 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6664 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6664 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6666 .poster-readmore {
    display: none !important;
}








#stacks_in_6667 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6670_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6670 a:link, #stacks_in_6670 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6670 a:hover, #stacks_in_6670 a:active {
	color:#FFFFFF;
}







#stacks_in_6670 a:link, #stacks_in_6670 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6670 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6670 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6670 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6672 .poster-readmore {
    display: none !important;
}








#stacks_in_6673 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6676_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6676 a:link, #stacks_in_6676 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6676 a:hover, #stacks_in_6676 a:active {
	color:#FFFFFF;
}







#stacks_in_6676 a:link, #stacks_in_6676 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6676 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6676 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6676 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1856 .poster-readmore {
    display: none !important;
}








#stacks_in_5442 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5444_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5444 a:link, #stacks_in_5444 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5444 a:hover, #stacks_in_5444 a:active {
	color:#FFFFFF;
}







#stacks_in_5444 a:link, #stacks_in_5444 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5444 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5444 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5444 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1857 .poster-readmore {
    display: none !important;
}








#stacks_in_5446 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_5448_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_5448 a:link, #stacks_in_5448 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_5448 a:hover, #stacks_in_5448 a:active {
	color:#FFFFFF;
}







#stacks_in_5448 a:link, #stacks_in_5448 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5448 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5448 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5448 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_1858 .poster-readmore {
    display: none !important;
}








#stacks_in_6130 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6132_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6132 a:link, #stacks_in_6132 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6132 a:hover, #stacks_in_6132 a:active {
	color:#FFFFFF;
}







#stacks_in_6132 a:link, #stacks_in_6132 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6132 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6132 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6132 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2019 .poster-readmore {
    display: none !important;
}








#stacks_in_6134 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6136_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6136 a:link, #stacks_in_6136 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6136 a:hover, #stacks_in_6136 a:active {
	color:#FFFFFF;
}







#stacks_in_6136 a:link, #stacks_in_6136 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6136 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6136 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6136 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2020 .poster-readmore {
    display: none !important;
}








#stacks_in_6138 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6140_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6140 a:link, #stacks_in_6140 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6140 a:hover, #stacks_in_6140 a:active {
	color:#FFFFFF;
}







#stacks_in_6140 a:link, #stacks_in_6140 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6140 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6140 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6140 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2021 .poster-readmore {
    display: none !important;
}








#stacks_in_6142 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6144_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6144 a:link, #stacks_in_6144 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6144 a:hover, #stacks_in_6144 a:active {
	color:#FFFFFF;
}







#stacks_in_6144 a:link, #stacks_in_6144 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6144 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6144 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6144 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6678 .poster-readmore {
    display: none !important;
}








#stacks_in_6679 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6682_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6682 a:link, #stacks_in_6682 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6682 a:hover, #stacks_in_6682 a:active {
	color:#FFFFFF;
}







#stacks_in_6682 a:link, #stacks_in_6682 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6682 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6682 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6682 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_6822_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6822 a:link, #stacks_in_6822 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6822 a:hover, #stacks_in_6822 a:active {
	color:#FFFFFF;
}







#stacks_in_6822 a:link, #stacks_in_6822 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6822 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6822 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6822 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_2022 .poster-readmore {
    display: none !important;
}








#stacks_in_6146 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6148_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6148 a:link, #stacks_in_6148 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6148 a:hover, #stacks_in_6148 a:active {
	color:#FFFFFF;
}







#stacks_in_6148 a:link, #stacks_in_6148 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6148 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6148 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6148 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2023 .poster-readmore {
    display: none !important;
}








#stacks_in_6150 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6152_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6152 a:link, #stacks_in_6152 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6152 a:hover, #stacks_in_6152 a:active {
	color:#FFFFFF;
}







#stacks_in_6152 a:link, #stacks_in_6152 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6152 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6152 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6152 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6684 .poster-readmore {
    display: none !important;
}








#stacks_in_6685 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6688_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6688 a:link, #stacks_in_6688 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6688 a:hover, #stacks_in_6688 a:active {
	color:#FFFFFF;
}







#stacks_in_6688 a:link, #stacks_in_6688 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6688 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6688 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6688 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2024 .poster-readmore {
    display: none !important;
}








#stacks_in_6154 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6156_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6156 a:link, #stacks_in_6156 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6156 a:hover, #stacks_in_6156 a:active {
	color:#FFFFFF;
}







#stacks_in_6156 a:link, #stacks_in_6156 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6156 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6156 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6156 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2025 .poster-readmore {
    display: none !important;
}








#stacks_in_6158 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6160_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6160 a:link, #stacks_in_6160 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6160 a:hover, #stacks_in_6160 a:active {
	color:#FFFFFF;
}







#stacks_in_6160 a:link, #stacks_in_6160 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6160 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6160 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6160 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2026 .poster-readmore {
    display: none !important;
}








#stacks_in_6162 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6164_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6164 a:link, #stacks_in_6164 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6164 a:hover, #stacks_in_6164 a:active {
	color:#FFFFFF;
}







#stacks_in_6164 a:link, #stacks_in_6164 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6164 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6164 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6164 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2027 .poster-readmore {
    display: none !important;
}








#stacks_in_6166 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6168_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6168 a:link, #stacks_in_6168 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6168 a:hover, #stacks_in_6168 a:active {
	color:#FFFFFF;
}







#stacks_in_6168 a:link, #stacks_in_6168 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6168 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6168 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6168 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2028 .poster-readmore {
    display: none !important;
}








#stacks_in_6170 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6172_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6172 a:link, #stacks_in_6172 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6172 a:hover, #stacks_in_6172 a:active {
	color:#FFFFFF;
}







#stacks_in_6172 a:link, #stacks_in_6172 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6172 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6172 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6172 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2189 .poster-readmore {
    display: none !important;
}








#stacks_in_6174 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6176_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6176 a:link, #stacks_in_6176 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6176 a:hover, #stacks_in_6176 a:active {
	color:#FFFFFF;
}







#stacks_in_6176 a:link, #stacks_in_6176 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6176 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6176 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6176 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6710 .poster-readmore {
    display: none !important;
}








#stacks_in_6711 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6714_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6714 a:link, #stacks_in_6714 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6714 a:hover, #stacks_in_6714 a:active {
	color:#FFFFFF;
}







#stacks_in_6714 a:link, #stacks_in_6714 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6714 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6714 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6714 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2190 .poster-readmore {
    display: none !important;
}








#stacks_in_6178 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6180_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6180 a:link, #stacks_in_6180 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6180 a:hover, #stacks_in_6180 a:active {
	color:#FFFFFF;
}







#stacks_in_6180 a:link, #stacks_in_6180 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6180 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6180 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6180 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2191 .poster-readmore {
    display: none !important;
}








#stacks_in_6182 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6184_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6184 a:link, #stacks_in_6184 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6184 a:hover, #stacks_in_6184 a:active {
	color:#FFFFFF;
}







#stacks_in_6184 a:link, #stacks_in_6184 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6184 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6184 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6184 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2192 .poster-readmore {
    display: none !important;
}








#stacks_in_6186 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6188_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6188 a:link, #stacks_in_6188 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6188 a:hover, #stacks_in_6188 a:active {
	color:#FFFFFF;
}







#stacks_in_6188 a:link, #stacks_in_6188 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6188 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6188 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6188 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2193 .poster-readmore {
    display: none !important;
}








#stacks_in_6190 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6192_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6192 a:link, #stacks_in_6192 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6192 a:hover, #stacks_in_6192 a:active {
	color:#FFFFFF;
}







#stacks_in_6192 a:link, #stacks_in_6192 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6192 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6192 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6192 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_4278 .poster-readmore {
    display: none !important;
}








#stacks_in_6194 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6196_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6196 a:link, #stacks_in_6196 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6196 a:hover, #stacks_in_6196 a:active {
	color:#FFFFFF;
}







#stacks_in_6196 a:link, #stacks_in_6196 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6196 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6196 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6196 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2195 .poster-readmore {
    display: none !important;
}








#stacks_in_6198 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6200_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6200 a:link, #stacks_in_6200 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6200 a:hover, #stacks_in_6200 a:active {
	color:#FFFFFF;
}







#stacks_in_6200 a:link, #stacks_in_6200 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6200 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6200 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6200 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2196 .poster-readmore {
    display: none !important;
}








#stacks_in_6202 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6204_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6204 a:link, #stacks_in_6204 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6204 a:hover, #stacks_in_6204 a:active {
	color:#FFFFFF;
}







#stacks_in_6204 a:link, #stacks_in_6204 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6204 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6204 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6204 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2197 .poster-readmore {
    display: none !important;
}








#stacks_in_6206 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6208_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6208 a:link, #stacks_in_6208 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6208 a:hover, #stacks_in_6208 a:active {
	color:#FFFFFF;
}







#stacks_in_6208 a:link, #stacks_in_6208 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6208 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6208 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6208 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2198 .poster-readmore {
    display: none !important;
}








#stacks_in_6210 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6212_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6212 a:link, #stacks_in_6212 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6212 a:hover, #stacks_in_6212 a:active {
	color:#FFFFFF;
}







#stacks_in_6212 a:link, #stacks_in_6212 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6212 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6212 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6212 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6716 .poster-readmore {
    display: none !important;
}








#stacks_in_6717 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6720_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6720 a:link, #stacks_in_6720 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6720 a:hover, #stacks_in_6720 a:active {
	color:#FFFFFF;
}







#stacks_in_6720 a:link, #stacks_in_6720 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6720 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6720 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6720 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_6824_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6824 a:link, #stacks_in_6824 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6824 a:hover, #stacks_in_6824 a:active {
	color:#FFFFFF;
}







#stacks_in_6824 a:link, #stacks_in_6824 a:visited {
	background-color:#3F3F3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#262626));
	border:1px solid #262626;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6824 a:hover {
	background-color:#444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#212121));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6824 a:active {
	background-color:#3F3F3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6824 {
	margin: 5px 0px 0px 0px;
}







#stacks_in_6722 .poster-readmore {
    display: none !important;
}








#stacks_in_6723 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6726_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6726 a:link, #stacks_in_6726 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6726 a:hover, #stacks_in_6726 a:active {
	color:#FFFFFF;
}







#stacks_in_6726 a:link, #stacks_in_6726 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6726 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6726 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6726 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2359 .poster-readmore {
    display: none !important;
}








#stacks_in_6214 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6216_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6216 a:link, #stacks_in_6216 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6216 a:hover, #stacks_in_6216 a:active {
	color:#FFFFFF;
}







#stacks_in_6216 a:link, #stacks_in_6216 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6216 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6216 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6216 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2360 .poster-readmore {
    display: none !important;
}








#stacks_in_6218 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6220_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6220 a:link, #stacks_in_6220 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6220 a:hover, #stacks_in_6220 a:active {
	color:#FFFFFF;
}







#stacks_in_6220 a:link, #stacks_in_6220 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6220 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6220 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6220 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2361 .poster-readmore {
    display: none !important;
}








#stacks_in_6222 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6224_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6224 a:link, #stacks_in_6224 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6224 a:hover, #stacks_in_6224 a:active {
	color:#FFFFFF;
}







#stacks_in_6224 a:link, #stacks_in_6224 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6224 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6224 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6224 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2362 .poster-readmore {
    display: none !important;
}








#stacks_in_6226 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6228_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6228 a:link, #stacks_in_6228 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6228 a:hover, #stacks_in_6228 a:active {
	color:#FFFFFF;
}







#stacks_in_6228 a:link, #stacks_in_6228 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6228 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6228 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6228 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2363 .poster-readmore {
    display: none !important;
}








#stacks_in_6230 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6232_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6232 a:link, #stacks_in_6232 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6232 a:hover, #stacks_in_6232 a:active {
	color:#FFFFFF;
}







#stacks_in_6232 a:link, #stacks_in_6232 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6232 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6232 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6232 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2364 .poster-readmore {
    display: none !important;
}








#stacks_in_6234 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6236_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6236 a:link, #stacks_in_6236 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6236 a:hover, #stacks_in_6236 a:active {
	color:#FFFFFF;
}







#stacks_in_6236 a:link, #stacks_in_6236 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6236 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6236 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6236 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2365 .poster-readmore {
    display: none !important;
}








#stacks_in_6238 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6240_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6240 a:link, #stacks_in_6240 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6240 a:hover, #stacks_in_6240 a:active {
	color:#FFFFFF;
}







#stacks_in_6240 a:link, #stacks_in_6240 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6240 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6240 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6240 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2366 .poster-readmore {
    display: none !important;
}








#stacks_in_6242 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6244_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6244 a:link, #stacks_in_6244 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6244 a:hover, #stacks_in_6244 a:active {
	color:#FFFFFF;
}







#stacks_in_6244 a:link, #stacks_in_6244 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6244 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6244 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6244 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6728 .poster-readmore {
    display: none !important;
}








#stacks_in_6729 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6732_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6732 a:link, #stacks_in_6732 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6732 a:hover, #stacks_in_6732 a:active {
	color:#FFFFFF;
}







#stacks_in_6732 a:link, #stacks_in_6732 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6732 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6732 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6732 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2367 .poster-readmore {
    display: none !important;
}








#stacks_in_6246 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6248_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6248 a:link, #stacks_in_6248 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6248 a:hover, #stacks_in_6248 a:active {
	color:#FFFFFF;
}







#stacks_in_6248 a:link, #stacks_in_6248 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6248 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6248 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6248 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2368 .poster-readmore {
    display: none !important;
}








#stacks_in_6250 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6252_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6252 a:link, #stacks_in_6252 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6252 a:hover, #stacks_in_6252 a:active {
	color:#FFFFFF;
}







#stacks_in_6252 a:link, #stacks_in_6252 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6252 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6252 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6252 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6734 .poster-readmore {
    display: none !important;
}








#stacks_in_6735 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6738_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6738 a:link, #stacks_in_6738 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6738 a:hover, #stacks_in_6738 a:active {
	color:#FFFFFF;
}







#stacks_in_6738 a:link, #stacks_in_6738 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6738 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6738 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6738 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2529 .poster-readmore {
    display: none !important;
}








#stacks_in_6254 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6256_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6256 a:link, #stacks_in_6256 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6256 a:hover, #stacks_in_6256 a:active {
	color:#FFFFFF;
}







#stacks_in_6256 a:link, #stacks_in_6256 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6256 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6256 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6256 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2530 .poster-readmore {
    display: none !important;
}








#stacks_in_6258 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6260_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6260 a:link, #stacks_in_6260 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6260 a:hover, #stacks_in_6260 a:active {
	color:#FFFFFF;
}







#stacks_in_6260 a:link, #stacks_in_6260 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6260 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6260 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6260 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6740 .poster-readmore {
    display: none !important;
}








#stacks_in_6741 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6744_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6744 a:link, #stacks_in_6744 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6744 a:hover, #stacks_in_6744 a:active {
	color:#FFFFFF;
}







#stacks_in_6744 a:link, #stacks_in_6744 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6744 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6744 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6744 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2531 .poster-readmore {
    display: none !important;
}








#stacks_in_6262 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6264_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6264 a:link, #stacks_in_6264 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6264 a:hover, #stacks_in_6264 a:active {
	color:#FFFFFF;
}







#stacks_in_6264 a:link, #stacks_in_6264 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6264 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6264 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6264 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2532 .poster-readmore {
    display: none !important;
}








#stacks_in_6266 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6268_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6268 a:link, #stacks_in_6268 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6268 a:hover, #stacks_in_6268 a:active {
	color:#FFFFFF;
}







#stacks_in_6268 a:link, #stacks_in_6268 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6268 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6268 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6268 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2533 .poster-readmore {
    display: none !important;
}








#stacks_in_6270 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6272_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6272 a:link, #stacks_in_6272 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6272 a:hover, #stacks_in_6272 a:active {
	color:#FFFFFF;
}







#stacks_in_6272 a:link, #stacks_in_6272 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6272 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6272 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6272 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2534 .poster-readmore {
    display: none !important;
}








#stacks_in_6274 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6276_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6276 a:link, #stacks_in_6276 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6276 a:hover, #stacks_in_6276 a:active {
	color:#FFFFFF;
}







#stacks_in_6276 a:link, #stacks_in_6276 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6276 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6276 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6276 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6746 .poster-readmore {
    display: none !important;
}








#stacks_in_6747 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6750_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6750 a:link, #stacks_in_6750 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6750 a:hover, #stacks_in_6750 a:active {
	color:#FFFFFF;
}







#stacks_in_6750 a:link, #stacks_in_6750 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6750 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6750 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6750 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2535 .poster-readmore {
    display: none !important;
}








#stacks_in_6278 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6280_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6280 a:link, #stacks_in_6280 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6280 a:hover, #stacks_in_6280 a:active {
	color:#FFFFFF;
}







#stacks_in_6280 a:link, #stacks_in_6280 a:visited {
	background-color:#A000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#A000A0), to(#600060));
	border:1px solid #600060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6280 a:hover {
	background-color:#AC00AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC00AC), to(#530053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6280 a:active {
	background-color:#A000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6280 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6780 .poster-readmore {
    display: none !important;
}








#stacks_in_6781 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6784_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6784 a:link, #stacks_in_6784 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6784 a:hover, #stacks_in_6784 a:active {
	color:#FFFFFF;
}







#stacks_in_6784 a:link, #stacks_in_6784 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6784 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6784 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6784 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2536 .poster-readmore {
    display: none !important;
}








#stacks_in_6282 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6284_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6284 a:link, #stacks_in_6284 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6284 a:hover, #stacks_in_6284 a:active {
	color:#FFFFFF;
}







#stacks_in_6284 a:link, #stacks_in_6284 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6284 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6284 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6284 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6786 .poster-readmore {
    display: none !important;
}








#stacks_in_6787 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6790_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6790 a:link, #stacks_in_6790 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6790 a:hover, #stacks_in_6790 a:active {
	color:#FFFFFF;
}







#stacks_in_6790 a:link, #stacks_in_6790 a:visited {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#009A01));
	border:1px solid #009A01;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6790 a:hover {
	background-color:#00FF02;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF02), to(#008501));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6790 a:active {
	background-color:#00FF02;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6790 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2537 .poster-readmore {
    display: none !important;
}








#stacks_in_6286 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6288_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6288 a:link, #stacks_in_6288 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6288 a:hover, #stacks_in_6288 a:active {
	color:#FFFFFF;
}







#stacks_in_6288 a:link, #stacks_in_6288 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6288 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6288 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6288 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6792 .poster-readmore {
    display: none !important;
}








#stacks_in_6793 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6796_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6796 a:link, #stacks_in_6796 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6796 a:hover, #stacks_in_6796 a:active {
	color:#FFFFFF;
}







#stacks_in_6796 a:link, #stacks_in_6796 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6796 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6796 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6796 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2538 .poster-readmore {
    display: none !important;
}








#stacks_in_6290 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6292_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6292 a:link, #stacks_in_6292 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6292 a:hover, #stacks_in_6292 a:active {
	color:#FFFFFF;
}







#stacks_in_6292 a:link, #stacks_in_6292 a:visited {
	background-color:#FFE62D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE62D), to(#BE8A1B));
	border:1px solid #BE8A1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6292 a:hover {
	background-color:#FFF830;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF830), to(#A57717));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6292 a:active {
	background-color:#FFE62D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6292 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_6810 .poster-readmore {
    display: none !important;
}








#stacks_in_6811 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6814_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6814 a:link, #stacks_in_6814 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6814 a:hover, #stacks_in_6814 a:active {
	color:#FFFFFF;
}







#stacks_in_6814 a:link, #stacks_in_6814 a:visited {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000BF));
	border:1px solid #0000BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6814 a:hover {
	background-color:#0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6814 a:active {
	background-color:#0000FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6814 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2699 .poster-readmore {
    display: none !important;
}








#stacks_in_6294 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6296_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6296 a:link, #stacks_in_6296 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6296 a:hover, #stacks_in_6296 a:active {
	color:#FFFFFF;
}







#stacks_in_6296 a:link, #stacks_in_6296 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6296 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6296 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6296 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2700 .poster-readmore {
    display: none !important;
}








#stacks_in_6298 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6300_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6300 a:link, #stacks_in_6300 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6300 a:hover, #stacks_in_6300 a:active {
	color:#FFFFFF;
}







#stacks_in_6300 a:link, #stacks_in_6300 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6300 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6300 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6300 {
	margin: 15px 0px 0px 0px;
}







#stacks_in_2701 .poster-readmore {
    display: none !important;
}








#stacks_in_6302 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_6304_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_6304 a:link, #stacks_in_6304 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_6304 a:hover, #stacks_in_6304 a:active {
	color:#FFFFFF;
}







#stacks_in_6304 a:link, #stacks_in_6304 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_6304 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_6304 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_6304 {
	margin: 15px 0px 0px 0px;
}
