/* CSS Document */
#gallery {
	float: left; 
	width: 100%; 
	min-height: 12em;
	padding: 10px 0;
}

* html #gallery { height: 12em; } /* IE6 */
.gallery.custom-state-active { background: #eee; }

.gallery li {
    margin: 0 0.4em 0.4em 0;
    padding: 0.4em;
    
    text-align 		: center;
	vertical-align  : text-top;

	width: 160px;

	position: relative;
	display: inline-block;
}

.gallery li h5 {
    margin: 0;
    cursor: move;
    font-size: 12px;
    height:30px;
    border-radius: 3px 3px 0 0;
    border: 1px solid var(--border-color);
    background: var(--secondary-color);
    color: var(--font-color-dark);
}
.gallery li a {
    float: right;
    color:#666;
}

.gallery li img {
    left: auto;
    right: auto;
    
	margin: auto;
	
    height: 90px;
	width: auto;
	max-width: 160px;
	
    cursor: move;
	
    position: relative;	
    display: block;
}
.gallery li p {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.gallery li div.main_sequence_status_container {
    top: 41px;
	left: auto;
	right: 1px !important;
	bottom: auto;
    margin: 0 2px 0 0;

    height: 17px;
    width: 20px;
    
	display: inline-block;
    position: absolute;
}



.bgColorGray{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#757673+0,757673+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(117,118,115,0.8) 0%, rgba(117,118,115,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(117,118,115,0.8) 0%,rgba(117,118,115,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(117,118,115,0.8) 0%,rgba(117,118,115,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc757673', endColorstr='#757673',GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
}

.bgColorWhite{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(248,248,248,0.8) 0%, rgba(248,248,248,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(248,248,248,0.8) 0%,rgba(248,248,248,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(248,248,248,0.8) 0%,rgba(248,248,248,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf8f8f8', endColorstr='#f8f8f8',GradientType=0 ) !important; /* IE6-9 */
    color: #4A4A4A !important;
}

.bgColorBlue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4572a7+0,4572a7+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(69,114,167,0.8) 0%, rgba(69,114,167,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(69,114,167,0.8) 0%,rgba(69,114,167,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(69,114,167,0.8) 0%,rgba(69,114,167,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4572a7', endColorstr='#4572a7',GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
}

.bgColorLightBlue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#96bcca+0,96bcca+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(150,188,202,0.8) 0%, rgba(150,188,202,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(150,188,202,0.8) 0%,rgba(150,188,202,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(150,188,202,0.8) 0%,rgba(150,188,202,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc96bcca', endColorstr='#96bcca',GradientType=0 ) !important; /* IE6-9 */
    color: #4A4A4A !important;
}

.bgColorDarkBlue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41486b+0,41486b+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(65,72,107,0.8) 0%, rgba(65,72,107,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(65,72,107,0.8) 0%,rgba(65,72,107,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(65,72,107,0.8) 0%,rgba(65,72,107,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc41486b', endColorstr='#41486b',GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
}

.bgColorGreen{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87ac51+0,87ac51+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(135,172,81,0.8) 0%, rgba(135,172,81,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(135,172,81,0.8) 0%,rgba(135,172,81,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(135,172,81,0.8) 0%,rgba(135,172,81,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc87ac51', endColorstr='#87ac51',GradientType=0 ) !important; /* IE6-9 */
    color: #4A4A4A !important;
}

.bgColorLightGreen{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9cc591+0,9cc591+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(156,197,145,0.8) 0%, rgba(156,197,145,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(156,197,145,0.8) 0%,rgba(156,197,145,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(156,197,145,0.8) 0%,rgba(156,197,145,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9cc591', endColorstr='#9cc591',GradientType=0 ) !important; /* IE6-9 */
    color: #4A4A4A !important;
}

.bgColorRed{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf3b48+0,bf3b48+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(191,59,72,0.8) 0%, rgba(191,59,72,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(191,59,72,0.8) 0%,rgba(191,59,72,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(191,59,72,0.8) 0%,rgba(191,59,72,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccbf3b48', endColorstr='#bf3b48',GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
}

.bgColorLightRed{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c68989+0,c68989+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(198,137,137,0.8) 0%, rgba(198,137,137,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(198,137,137,0.8) 0%,rgba(198,137,137,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(198,137,137,0.8) 0%,rgba(198,137,137,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc68989', endColorstr='#c68989',GradientType=0 ) !important; /* IE6-9 */
    color: #4A4A4A !important;
}

.bgColorMagenta{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6486b+0,b6486b+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(182,72,107,0.8) 0%, rgba(182,72,107,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(182,72,107,0.8) 0%,rgba(182,72,107,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(182,72,107,0.8) 0%,rgba(182,72,107,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb6486b', endColorstr='#b6486b',GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
}

.bgColorOrange{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1ac47+0,f1ac47+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(241,172,71,0.8) 0%, rgba(241,172,71,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(241,172,71,0.8) 0%,rgba(241,172,71,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(241,172,71,0.8) 0%,rgba(241,172,71,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf1ac47', endColorstr='#f1ac47',GradientType=0 ) !important; /* IE6-9 */
    color: #4A4A4A !important;
}

.bgColorYellow{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f237+0,f2f237+100&0.8+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(242,242,55,0.8) 0%, rgba(242,242,55,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(242,242,55,0.8) 0%,rgba(242,242,55,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(242,242,55,0.8) 0%,rgba(242,242,55,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf2f237', endColorstr='#f2f237',GradientType=0 ) !important; /* IE6-9 */
    color: #4A4A4A !important;
}

.bgColorDefault{
    background: var(--secondary-color);
    color: var(--font-color-dark);
}