.pic-switch-css {
	position: relative;
	display:inline-block;
}
.pic-switch-css img {
	width: 100%;
}
.pic-switch-css .navbar-toggle{
	padding:8px 9px;
	margin-top:7px;
	margin-bottom:6px;
}
.pic-switch-css .navpic-caption {
    z-index: 3;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
	text-align:center;
	color:white;
	background-color: rgba(255, 255, 255, 0.28);
}
.pic-switch-css .navpic-caption.onPic {
	position: absolute;
}
.pic-switch-css .navpic-caption.bottomOfPic {
    position: relative;
}
.pic-switch-css .eachBorder{
    border-right : 0.5px dashed #CFC5C5;	
    border-bottom : 0.5px dashed #CFC5C5;
    border-left : 0.5px dashed #CFC5C5;	
    border-top : 0.5px dashed #CFC5C5;
}
.pic-switch-css .navpic-caption a:hover{
    text-decoration:none;
}
.pic-switch-css .navbar-collapse{
	margin-left:-17px;
	margin-right:-17px;
}
.pic-switch-css .navbar-nav{
	width:100%;
}
.pic-switch-css .navbar-color{
	min-height:0px;
	margin-bottom:-2px;
	margin-top:-2px;
}
@media screen and (max-width:768px) {
  	.pic-switch-css .navbar-nav{
		margin:-1px 0px;
	}
  	 .pic-switch-css .navpic-caption{
		float: none;
		position: relative;
		overflow: hidden;
		margin-top:-45px;
	 }
}
@media screen and (min-width:1200px) {
	.pic-switch-css .col-lg-2dot4{
		width: 20%;
	}
	.pic-switch-css .col-lg-1dot7{
		width: 14.28%;
	}
	.pic-switch-css .col-lg-1dot5{
		width: 12.5%;
	}
	.pic-switch-css .col-lg-1dot3{
		width: 11.11%;
	}
	.pic-switch-css .col-lg-1dot3{
		width: 10%;
	}
	.pic-switch-css .col-lg-1dot1{
		width: 9.09%;
	}
}
.picSwitch-inputlist-padding
{
	width:120px;
	border-radius: 1px;
}
.picSwitch-split-line{
	width:100%;
	height:1px;
	margin-bottom:15px;
	border-bottom: 3px dashed #B03060;
} 
.picSwitch-delbtn{
	text-align:right;
	margin-bottom:5px;
}
.picSwitch-label{
	float:left;
}
.pic-switch-css .hoverImg img:hover{ 
   	    transition: all 1s ease-in-out;
   	    -moz-transition: all 1s ease-in-out;
   	     -o-transition: all 1s ease-in-out;
   	     -webkit-transition: all 1s ease-in-out;
	    transform:scale(1.2,1.2);
   	    -webkit-transform:scale(1.2,1.2);
   	    -moz-transform:scale(1.2,1.2);
     	-o-transform:scale(1.2,1.2);
	}
.pic-switch-css .hoverImg img{
	transition: all 1s ease-in-out;
   	    -moz-transition: all 1s ease-in-out;
   	     -o-transition: all 1s ease-in-out;
   	     -webkit-transition: all 1s ease-in-out;
	    transform:scale(1.0,1.0);
   	    -webkit-transform:scale(1.0,1.0);
   	    -moz-transform:scale(1.0,1.0);
     	-o-transform:scale(1.0,1.0);
}
