﻿/* MASTER SLIDE PIC SEL V3 */

/*------------------------- SLIDE PIC SEL ----------------------*/
.S_Master_Slide_Pic_Sel_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 10px;
    z-index: 300;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.S_Master_Slide_Pic_Sel_Item, .S_Master_Slide_Pic_Sel_Item_Sel
{
    position: relative;
    display: block;
    float: right;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgba(255,255,255,1.0);
    box-shadow: 0px 0px 0px 1px rgba(245,245,245,1.0);
    border-radius: 5px;
    cursor: pointer;
    -moz-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.2s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}

.S_Master_Slide_Pic_Sel_Item
{
    width: 10px;
}
.S_Master_Slide_Pic_Sel_Item_Sel
{
    width: 20px;
}
.S_Master_Slide_Pic_Sel_Item:hover
{
    background-color: rgba(220,220,220,1.0);
}
/*------------------------- SLIDE PIC SEL ----------------------*/





@media screen and (min-width:0px) and (max-width:600px)
{
    
}