#slideshow-container {
    position: relative;
    background-color: #cee3ef;
    padding: .5em; margin: 0 .5em;
    background: -webkit-linear-gradient(45deg, transparent 10px, #cee3ef 10px);
    background: -moz-linear-gradient(45deg, transparent 10px, #cee3ef 10px);
    background: -o-linear-gradient(45deg, transparent 10px, #cee3ef 10px);
    background: -ms-linear-gradient(45deg, transparent 10px, #cee3ef 10px);
    background: linear-gradient(45deg, transparent 10px, #cee3ef 10px);
}
#slideshow-container:before {
    position: absolute;
    bottom: -5px;
    left: 0px;
    content: '';
    height: 5px; width: 15px;
    background: white;
}

#slideshow-container .item-page .actions,
#slideshow-container .item-page .article-info,
#slideshow-container .item-page h2 { display: none; }
#categories-slideshow {
    display: inline-block;
    width: 58.5em;
    margin-left: -1em;
}

.main-image {
    width: 415px;
    height: 281px;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #000;
	display: inline-block;
	background: #fff;
	border: 1px solid #fff;
	zoom: 1;
}
.main-image img { width: 415px; height: 281px; overflow: hidden; }
.main-image h4 {
    padding: 5px;
}
.main-image p {
    font-size: .85em;
    padding: 0 0 10px 10px;
}
.main-image .block div { display: none; }

.main-image .category-description {
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
	zoom: 1;
}
.main-image .block {
    margin-left: 5px;
	width: 438px;
	color: #333;
	background-color: #a8daff;
    border: 1px solid #ccc;
	border-top: 1px solid #f1f1f1;
}

.image-thumb {
	margin-left: .5em;
    width: 245px;
}
img.thumbnail {
display: none;
/*	margin-left:1em;
	display: inline;
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
    float: left;
	overflow: hidden;
	width: 60px;
	height: 32px;*/
}
#pauseBtn {
    position: absolute;
    top: 0;
    right: 140px;
}
.slide-select {
    position: relative;
    zoom: 1;
}
.slide-select ul {
	margin-top: .5em;
	text-align: right;
}
.slide-select ul li {
	display: inline;
	margin-left: .25em;
}
.slide-select ul li:hover {
	cursor: pointer;
}
.image-thumb ul li {
	background: #1d4579;
    padding: 5px 10px;
    width: 225px;
	line-height: 3em;
	letter-spacing: 3px;
	float: left;
    border-bottom: 1px solid #fff;
	vertical-align: middle;
}
.image-thumb ul li:first-child { border-top: 1px solid #fff;}
.image-thumb ul li:hover { cursor: pointer; }
.image-thumb ul li a { color: #fff; font-weight: normal; text-decoration: none; }
.image-thumb ul li a:hover, .image-thumb ul li a:focus, .image-thumb ul li a.focus { text-decoration: underline; }

.image-thumb ul li.active { /*--Active State--*/
    background-color: #fff;
}
.image-thumb ul li.active a {
	color: #1d4579;
}

.image-thumb ul li p {display: none;}/*--Hide the description on the list items--*/
/*.image-thumb ul li img.full {display: none;}*/
