.image-gallery-config-panel{
	font-size: 12px;
	font-weight: normal;
	color: #434343;
	padding: 10px;
	border: 1px solid #D2D2D2;
	border-radius: 2px;
	margin-bottom: 15px;
}

.image-gallery-config-panel .aui-field-content{
	
	padding-bottom: 10px;
}

.image-gallery-config-panel select{
	width: auto;
	background-image: none;
	border-radius: 2px;
	box-shadow: 0 1px 0 white, 0 1px 2px #CCCCCC inset;
	padding: 3px;
	border: 1px solid #A1A2A4;
	color: #454545;
	text-shadow: none;
}

	
.image-gallery-config-panel input[type="text"]{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A1A2A4;
    border-radius: 2px;
    box-shadow: 0 1px 0 white, 0 1px 2px #CCCCCC inset;
    padding: 5px 1px;
    text-shadow: none;
	width: 40px;
	color: #454545;
}

.image-gallery-config-panel .root-folder{
	color: #454545;
	font-weight: bold !important;
}

.imageGallerySliderFrame{
	margin:0 auto;
	position:relative;
	z-index:0;
}

.imageGallerySlider {
    position:relative;
}

.imageGallerySlider DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    background-color: #FFF;
}

.imageGallerySlider .active {
    z-index:10;
    opacity:1.0;
}

.imageGallerySlider .last-active {
    z-index:9;
}

.imageGallerySlider img {
    display: block;
    border: 1px solid #E4E4E4;
    padding: 1px;
}

	
.imageGallerySliderFrame .view-gallery-links{
	text-align: right;
	margin-top: 5px;
}
		
.imageGallerySliderFrame .view-gallery-links a{
	background: url("/image_gallery-portlet/images/red_arrow.png") no-repeat scroll 0px 5px transparent;
	text-decoration: underline;
	padding-left: 6px;
}

.news-1 a img{
	cursor: default;
}


/*-- Phuctm2 : css loadingline --*/
#loadingLine { 
	width:100%; 
	height:5px; 
	background:#000;
}

#loadingLine .expand { 
	height:1px; 
	background:#2187e7; 
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.7);
}

.boxPicNews .bx-prev {
    display: none;
}

.boxPicNews .bx-next {
    display: none;
}