﻿/* GALLERY THUMB ITEMS V1 */

/*---------------------- MAIN PANEL -----------------*/
.S_Gallery_Thumb_Items_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 5px 5px 5px;
    background-color: rgba(240,240,240,1.0);
    border-radius: 3px;
    clear: both;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Gallery_Thumb_Items_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Gallery_Thumb_Items_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*------------------------- KEYS --------------------*/
.S_Gallery_Thumb_Items_Key_L, .S_Gallery_Thumb_Items_Key_R
{
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    top: 0px;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.S_Gallery_Thumb_Items_Key_L
{
    left: 0px;
    
    background: -webkit-linear-gradient(right, rgba(240,240,240,0.6) , rgba(240,240,240,1.0));
    background: -o-linear-gradient(left, rgba(240,240,240,0.6) , rgba(240,240,240,1.0));
    background: -moz-linear-gradient(left, rgba(240,240,240,0.6) , rgba(240,240,240,1.0));
    background: linear-gradient(to left, rgba(240,240,240,0.6) , rgba(240,240,240,1.0));
    
    z-index: 200;
}
.S_Gallery_Thumb_Items_Key_R
{
    right: 0px;
    
    background: -webkit-linear-gradient(left, rgba(240,240,240,0.6) , rgba(240,240,240,1.0));
    background: -o-linear-gradient(right, rgba(240,240,240,0.6) , rgba(240,240,240,1.0));
    background: -moz-linear-gradient(right, rgba(240,240,240,0.6) , rgba(240,240,240,1.0));
    background: linear-gradient(to right, rgba(240,240,240,0.6) , rgba(240,240,240,1.0));
    
    z-index: 300;
}
.S_Gallery_Thumb_Items_Key_Sign_Main
{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 15px;
    z-index: 210;
}
.S_Gallery_Thumb_Items_Key_Sign
{
    position: relative;
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 0.7em;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.S_Gallery_Thumb_Items_Key_L:hover .S_Gallery_Thumb_Items_Key_Sign_Main, .S_Gallery_Thumb_Items_Key_R:hover .S_Gallery_Thumb_Items_Key_Sign_Main
{
    background-color: rgba(0,0,0,0.2);
}
/*------------------------- KEYS --------------------*/


/*---------------------- ITEM MAIN ------------------*/
.S_Gallery_Thumb_Items_Slide_Main
{
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    top: 0px;
    left: 40px;
    right: 40px;
    overflow: visible;
    z-index: 100;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Gallery_Thumb_Items_Slide_Item_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    top: 0px;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
}
.S_Gallery_Thumb_Items_Slide_Item, .S_Gallery_Thumb_Items_Slide_Item_Sel
{
    position: absolute;
    display: table;
    width: 60px;
    height: 60px;
    top: 0px;
    cursor: pointer;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Gallery_Thumb_Items_Slide_Item_Pic
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border: solid 1px #FFFFFF;
    border-radius: 2px;
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.S_Gallery_Thumb_Items_Slide_Item .S_Gallery_Thumb_Items_Slide_Item_Pic
{
    box-shadow: 0px 0px 0px 1px #CCCCCC;
}
.S_Gallery_Thumb_Items_Slide_Item_Sel .S_Gallery_Thumb_Items_Slide_Item_Pic
{
    box-shadow: 0px 0px 0px 2px #0078FF;
}
/*---------------------- ITEM MAIN ------------------*/





@media screen and (min-width:0px) and (max-width:800px)
{
    
}
