.slider-name-wrapper{
	float: left;
    margin: -10px 10px 0 0;
    input[type="text"]{
    	 height: 21px;
    	width: 200px;
    }
}

.add-slider-wrapper{
	width: 150px;
    height: 35px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px 5px 0;
}

.add-slider-wrapper > .btn-add-slider{
	display: inline-block;
    width: 150px;
    height: 35px;
}


.select-slider-wrapper{
	width: 150px;
    height: 35px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px 5px 0;
}

.select-slider-wrapper > .btn-select-slider{
	display: inline-block;
    width: 150px;
    height: 35px;
}

.manager-slider-container{
	width: 100%;
    float: left;
    overflow: hidden;
}

.aui-w20 ul{
	margin: 0;
	padding: 0;
}

.aui-w20 ul li{
	clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
    
}

.selected-slider{
	background-color: #EDEDED;
}
.manager-slider-container{
	.aui-w20{
		
	}
	.aui-w20 ul li:HOVER{
		background-color: #DE2332;
		.slider-control{
			display: block;
		}
	}
}


.slider-name{
	float: left;
    line-height: 30px;
}

.slider-control{
	float: right;
    margin: 5px;
    display: none;
}

.gallery-item {
	position: relative;
	display: inline-block;
	
	img {
		width: 96px;
		height: 96px;
	}
	
	i.icon-trash {
		background: url("../images/icon-delete.png") no-repeat center;
		position: absolute;
		bottom: 6px;
		right: 2px;
		height: 23px;
		width: 23px;
		cursor: pointer;
	}
	
	&.selected i.icon-ok-sign{
		display: block;
	}
	
	i.icon-ok-sign {
		background: url("../images/icon-check.png") no-repeat scroll center center;
		height: 23px;
		width: 23px;
		position: absolute;
		right: -2px;
		top: -4px;
		display: none;
	}
}

.qq-uploader {
	position: relative;
	width: 100%;
}
.qq-remove-item{
	position: absolute;
	width: 12px;
	height: 12px;
	background: url("../images/close.png") no-repeat scroll center center transparent;
}
.qq-upload-button {
	display: block;
	/*or inline-block*/
	width: 105px;
	padding: 7px 0;
	text-align: center;
	background: #880000;
	border-bottom: 1px solid #DDD;
	color: #FFF;
}
.qq-upload-button-hover {
	background: #CC0000;
}
.qq-upload-button-focus {
	outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 30px;
	z-index: 2;
	background: #FF9797;
	text-align: center;
}
.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}
.qq-upload-extra-drop-area {
	position: relative;
	margin-top: 50px;
	font-size: 16px;
	padding-top: 30px;
	height: 20px;
	min-height: 40px;
}
.qq-upload-drop-area-active {
	background: #FF7171;
}
.qq-upload-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.qq-upload-list li {
	padding: 9px;
	line-height: 15px;
	font-size: 16px;
	background-color: #FFF;
	border: 1px solid #dedede;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
	margin-right: 12px;
	float: left;
	clear: both;
	overflow: hidden;
	width: 100%;
}
.qq-upload-file {
}
.qq-upload-spinner {
	display: inline-block;
	background: url("../images/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
	font-size: 12px;
	font-weight: normal;
}
.qq-upload-failed-text {
	display: none;
}
.qq-upload-fail .qq-upload-failed-text {
	bottom: 48px;
    display: inline;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    left: 12px;
    position: absolute;
	
}
.qq-upload-list li.qq-upload-success {
	background-color: #5DA30C;
	color: #FFFFFF;
}
.qq-upload-list ul{
	list-style: none;
}
.qq-upload-list li.qq-upload-fail {
	background-color: #D60000;
	color: #FFFFFF;
	height:96px;
	width: 96px;
	float: left;
}

.qq-upload-list li.qq-upload-fail img{
	width: 100%;
}
/*Admin*/
.list-slider-image{
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;

}

.list-slider-image li{
	display: inline;
    float: left;
    height: 160px;
    margin: 10px 8px;
    width: 180px;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    .delete-item{
		bottom: 160px;
	    height: 16px;
	    position: relative;
	    width: 16px;
	    display: none;
	}
	
	.select-item{
		bottom: 163px;
	    height: 16px;
	    position: relative;
	    width: 16px;
	    display: none;
	    left: 162px;
	}
	
}

.list-slider-image li:HOVER{
	display: inline;
    float: left;
    height: 160px;
    margin: 10px 8px;
    width: 180px;
	background-color: #D3E8F1;
	border-radius:5px 5px 5px 5px;
	cursor: pointer;
	
	.delete-item{
		bottom: 160px;
	    height: 16px;
	    position: relative;
	    width: 16px;
	    display: block;
	}
	
	.select-item{
		bottom: 179px;
	    height: 16px;
	    position: relative;
	    width: 16px;
	    display: block;
	    left: 162px;
	}
}

.image-item{
	width: 160px;
	height: 160px;
	display: block;
	margin: 10px auto 0;
}

.image-item img{
	max-width: 140px;
	max-height: 160px;
	display: block;
	margin: 10px auto 0;
    display: block;
}

.text-item{
	color: #888888;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    padding-top: 10px;
    text-align: center;
}

/*Configuration*/
.cfg-list-slider-image{
    display: block;
    /* float: left; */
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;

}



.cfg-list-slider-image-unselected{
    display: block;
    /* float: left; */
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;

}

.cfg-list-slider-image-unselected li{
	display: inline;
    float: left;
    height: 160px;
    margin: 10px 4px;
    width: 180px;
    cursor: pointer;
    position:relative;
    background-color:#D3E8C9;
    border-radius:3px;
    input[type="text"]{
    	border: medium none;
	    margin: 6px 0 5px 5px;
	    width: 158px;
    }
}

.cfg-list-slider-image li{
	display: inline;
    float: left;
    height: 160px;
    margin: 10px 4px;
    width: 180px;
    cursor: pointer;
    position:relative;
    background-color:#D3E8C9;
    border-radius:3px;
    input[type="text"]{
    	border: medium none;
	    margin: 6px 0 5px 5px;
	    width: 158px;
    }
}

.unselected-overlay{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background-color: #AD0000;
    opacity: 0.6;
    border-radius: 3px;
    top: 0;
    left: 0;
}

.cfg-list-slider-image li:HOVER{
	/* display: inline;
    float: left;
    height: 160px;
    margin: 10px 4px;
   	width: 185px;
	background-color: #D3E8F1;
	border-radius:3px;
	cursor: pointer;
	position:relative; */
}

.cfg-image-item{
	border-radius: 3px 3px 0 0;
    display: block;
    height: 117px;
    width: 178px;
    border: 1px solid #CCC;
}

.cfg-image-item img{
	display: block;
    width: 178px;
    height: 117px;
}

.cfg-text-item{
	color: #888888;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    padding-top: 10px;
    text-align: center;
}


.cfg-icon-trash {
	background: url("../images/icon-delete.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    top: -9px;
    cursor: pointer;
    height: 23px;
    position: absolute;
    right: -9px;
    width: 23px;
}

.add {
	background: url("../images/icon-add.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    top: -9px;
    cursor: pointer;
    height: 23px;
    position: absolute;
    right: -9px;
    width: 23px;
    z-index: 100;
}


.ui-slider-wrapper{
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


.aui-w1-4, .aui-w20 {
    float: left;
    width: 20%;
}

.aui-w3-4, .aui-w80 {
    float: right;
    width: 79%;
    border-left: 1px solid #CCC;
    min-height: 217px;
}

@import url(style2.css);
@import url(style3.css);

.banner-slider-style-7 #slider-wrapper {
	background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.banner-slider-style-7 #carousel img {
	width: 119px;
	height: 77px;
	margin: 0 3.5px;
	float: left;
	padding: 1px;
	border: 1px solid #d2d2d2;
}

.banner-slider-style-7 #prev,
.banner-slider-style-7  #next {
	background: transparent url(/portal-slideshows-portlet/images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	position: absolute;
	top: 40%;
}
.banner-slider-style-7 #prev {
	background-position: 0 0;
	left: 15px;
}

.banner-slider-style-7 #next {
	background-position: -18px 0;
	right: 15px;
}

#caroufredsel_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#caroufredsel_wrapper li {
	font-size: 40px;
	color: #999;
	text-align: center;
	/*
	background-color: #eee;
	border: 5px solid #999;
	*/
	border: none;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

.caroufredsel_wrapper {
	border-radius: 4px;
  	margin: 0 auto !important; 
}


/*
.caroufredsel_wrapper {
    margin: 0 auto !important;
}*/