/*******************Artist Slider********************************/

#imageSlider
{
height:270px;
margin-top:10px;
position:relative;
margin-bottom:10px;
}

#imageSlider #imageSliderLeft
{
width:20px;
background: url(/img/artist_slider_left.png);
text-indent: -9000px;
height:272px;
position: absolute;
top:0px;
left:0px;
}

#imageSlider #imageSliderLeft:hover
{
background-position: -20px 0;
}

#imageSlider #imageSliderRight
{
background:transparent url(/img/artist_slider_right.png) repeat scroll 0 0;
height:272px;
/*left:958px;*/
text-indent:-9000px;
width:20px;
float: left;
position: absolute;
top:0px;
right:0px;
}

#imageSlider #imageSliderRight:hover
{
background-position: -20px 0;
}

#imageSlider #imageSliderRight a,
#imageSlider #imageSliderLeft a
{
display:block;
width:20px;
height:272px;
}

#imageSlider #imageSliderWindow
{
position: absolute;
top:0px;
left:20px;
background-color: #ccc;
margin-left: 3px;
}

#imageSlider #imageSliderWindow #visibleWindow
{
height:253px;
margin:10px;
overflow:hidden;
position:relative;
}

#imageSlider #imageSliderWindow #visibleWindow #imageContainer
{
position:absolute;
left:0px;
width:20000px;
}

#imageSlider #imageSliderWindow #visibleWindow #imageContainer .artistPageImage
{
float: left;
width: 200px;
padding-right: 15px;
}

#artistTextAndLinks
{
margin-top:20px;
float: left;
width:100%;
}

#artistTextAndLinks #artistOverviewText
{
float:left;
width:594px;
}

.carouselImg
{

}

#noImageText
{
color:#AAAAAA;
font-size:25px;
margin-left:17px;
margin-top:17px;
width:370px;
}

#imageSliderLoading
{
position: absolute;
background-color: #aafafaf;	
}

/*************************************************************************/

/********************************Image Details*****************************************/

#imageDetails
{
margin-top: 10px;
width: 100%;
}

#titleAndActionsContainer
{
width: 100%;
}

#titleAndActionsContainer #title
{
float:left;
font-size:17px;
font-weight:bold;
}

#titleAndActionsContainer #actions
{
float: right;
}

#titleAndActionsContainer #actions button
{

}

#imageAndFieldsContainer
{
clear:both;
padding-top:20px;
}

#imageAndFieldsContainer #imageDisplay
{
float:left;
}

#imageAndFieldsContainer #imageAndThumbRightPanel
{
float:left;
height:336px;
width:370px;
padding-left:10px;
}

#imageAndFieldsContainer #imageAndThumbRightPanel #fields
{

}

#imageAndFieldsContainer #imageAndThumbRightPanel #fields .row
{
margin-bottom:6px;
}

#imageAndFieldsContainer #imageAndThumbRightPanel #fields .row label
{
font-weight:bold;
}

#imageAndFieldsContainer #imageAndThumbRightPanel #fields .row #descriptionText
{
height:318px;
width:395px;
overflow: auto; 
}

#editableDescriptionText
{
width: 400px;
height: 310px;
padding-top:10px;
margin-bottom:10px	
}


/***************************************************/

/*********************** Profile ****************************/

#overviewForm
{
display: none;
}

#artistAdminActions
{
padding-bottom: 10px;
}

#artistImages
{
margin-bottom: 10px;
}

#artistOverviewTextField
{
width: 800px;
}

/***************************************************/
