/*widget slider*/
#gurupaWidgetBody{
	background: #fff;
	width: 267px;
	height: 107px;
}
#gurupaWidget{
    background:url('../img/portal/widget_art_bg.jpg') no-repeat center;
	float: left;
	width: 88px;
	height: 90px;
}
#gurupaWidget a {
	margin-left: 5px;
	color: #67D6FF;
	font-size: 12px;
	}
#gurupaWidget img {
	margin-top: 6px;
	}
#artsWidget{
	float: left;
	width: 177px;
	height: 90px;
}
.bannerArtWidget{
    background:url('../img/portal/widget_art_bg.jpg') no-repeat center;
	width: 88px;
	height: 90px;
}
.bannerArtWidget a{
	margin-left: 5px;
}
.bannerArtWidget img{
    height: 78px;
	width: 78px;
	margin-top: 6px;
}
#sliderArtWidget{
	margin: 0px;
	padding: 0px;
}
#artsWidget #sliderArtWidget li{
        /*
                define width and height of list item (slide)
                entire slider area will adjust according to the parameters provided here
        */
        width:90px;
        height:88px;
        overflow:hidden;
        margin:0px;
        padding:0px;
        text-align:center;
        }
#nextArtsWidget img{
	width: 14px;
	height: 15px;
	margin-top: 2px;
}
#nextArtsWidget{
	margin-left: 5px;
}
#prevArtsWidget img{
	width: 14px;
	height: 15px;
	margin-top: 2px;
}
#prevArtsWidget{
	margin-left: 72px;
}
