/*=====================================*/
/*===========item general===========*/
/*=====================================*/
/*item left container with thumbnail_image*/
.ult_vp_itemLeft{
    position: absolute;
    width:60px;
    height: 50px;
    z-index: 100;
}
/*item right container with title and description*/
.ult_vp_itemRight{
    position: absolute;
    right: 0px;
    left: 70px;
    top: 5px;
    font-family: Arial,Helvetica,sans-serif;
}
.ult_vp_title{
    color: #565656;
    width: 100%;
    font-size: 14px;
    font-weight:bold;
}
.ult_vp_description{
    color: #878787;
    width: 100%;
    font-size: 12px;
    padding: 0px 0px 5px 0px;
}
.ult_vp_thumbnail_image{
    position:absolute;
    height: 100%;
    margin: 5px 5px 5px 5px;
}


/*=====================================*/
/*===========right playlist===========*/
/*=====================================*/
#ult_vp_playlist{
	position:absolute;
	background: #f0f0f0;
	width:260px;
	top:0px;
	overflow:hidden;

}
#ult_vp_playlistContent{
	position:absolute;
	background: #f0f0f0;
	top:0px;
	left:0px;
	width:100%;
    margin: 0px;
    padding: 0px;
}
.ult_vp_item{
	position:relative;
	width:100%;
	height:64px;
	border: 1px solid;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	border-top-color: #fff;
	border-left-color: #fff;
	border-bottom-color: #dddddd;
	border-right-color: #dddddd;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    background: #eeeeee;
    cursor:pointer;

}
.ult_vp_item:hover{
	width:100%;
	height:64px;
	background: #fff;;
}
.ult_vp_itemSelected{
    position:absolute;
    width:100%;
    height:64px;
    background: #fff;
}
.ult_vp_itemUnselected{
    position:absolute;

    width:100%;
    height:64px;
}

.ult_vp_myScrollbarV {
    position:absolute;
    z-index:100;
    width:6px;bottom:28px;top:28px;right:1px
}
.ult_vp_topArrow{
    position: absolute;
    right: 0;
    z-index: 101;
    width: 28px;
    height: 28px;
    cursor: pointer;

    background: #cccccc;
    background: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background: -o-linear-gradient(top, #ffffff, #e3e3e3);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
    background: -ms-linear-gradient(#ffffff, #e3e3e3);/*For IE10*/
    background: linear-gradient(#ffffff, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e3e3e3');/*For IE7-8-9*/
}
.ult_vp_bottomArrow{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 101;
    width: 28px;
    height: 28px;
    cursor: pointer;

    background: #cccccc;
    background: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background: -o-linear-gradient(top, #ffffff, #e3e3e3);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
    background: -ms-linear-gradient(#ffffff, #e3e3e3);/*For IE10*/
    background: linear-gradient(#ffffff, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e3e3e3');/*For IE7-8-9*/
}
.ult_vp_myScrollbarV > div {
    position:absolute;
    z-index:100;
    width:100%;

    background: #EDEDED;
	border: 1px solid;
	border-top-color: white;
	border-left-color: white;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}



/*=====================================*/
/*===========bottom playlist===========*/
/*=====================================*/
#ult_vp_playlist_bottom{
    position:absolute;
    background: #f0f0f0;
    height:64px;
    overflow:hidden;
}
#ult_vp_playlistContent_bottom{
    position:absolute;
    background: #f0f0f0;
    top:0px;
    left:0px;
    height:100%;
    margin: 0;
    padding: 0;
}
.ult_vp_item_bottom{
    position: absolute;
    width:252px;/*fixed width*/
    height: 100%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-top-color: #fff;
    border-left-color: #fff;
    border-bottom-color: #dddddd;
    border-right-color: #dddddd;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    background: #eeeeee;
    cursor:pointer;

    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #ffffff;
}
.ult_vp_item_bottom:hover{
    width:252px;
    height:64px;
    background: #fff;;
}
.ult_vp_itemSelected_bottom{
    position:absolute;

    width:252px;
    height:64px;
    background: #fff;

    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #ffffff;
}
.ult_vp_itemUnselected_bottom{
    position: absolute;
    width: 252px;
    height: 64px;
}


.ult_vp_leftArrow{
    position: absolute;
    width: 25px;
    height: 50%;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;

    background: #cccccc;
    background: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background: -o-linear-gradient(top, #ffffff, #e3e3e3);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
    background: -ms-linear-gradient(#ffffff, #e3e3e3);/*For IE10*/
    background: linear-gradient(#ffffff, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e3e3e3');/*For IE7-8-9*/
}
.ult_vp_rightArrow{
    right:0;
    position: absolute;
    width: 25px;
    height: 50%;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;

    background: #cccccc;
    background: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background: -o-linear-gradient(top, #ffffff, #e3e3e3);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
    background: -ms-linear-gradient(#ffffff, #e3e3e3);/*For IE10*/
    background: linear-gradient(#ffffff, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e3e3e3');/*For IE7-8-9*/
}
/*=========Horizontal scrollbar=============*/
.ult_vp_myScrollbarH {
    position:absolute;
    z-index:100;height: 6px;bottom: 1px;left:0px;right:0px
}

.ult_vp_myScrollbarH > div {
    position:absolute;
    z-index:100;
    height:100%;

    /* The following is probably what you want to customize */
    background: #EDEDED;
    border: 1px solid;
    border-top-color: white;
    border-left-color: white;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
}


