.carousel-admin-title
{
    height:15px;
    overflow:hidden;
    font-size:1.4em;
    padding:1px 0 0 45px;
    margin-top:40px;
}

.carousel-admin-wrap
{
    width:100%;
    overflow:auto;
}

.carousel-admin-wrap .left
{
    float:left;
    width:60%;
}

.carousel-admin-wrap .right
{
    float:right;
    width:38%;
}

.carousel-slides .carousel-slide
{
    padding:10px;
    color:#666;
    position:relative;
    border:1px solid #c1c1c1;
    text-shadow: rgba(255,255,255,.8) 1px 1px 0;
    border-radius:.5em;
    -moz-border-radius:.5em;
    -webkit-border-radius:.5em;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.carousel-slide p
{
    padding:0;
    margin:0 0 10px 0;
}

.carousel-slide p:last-child
{
    margin-bottom:0;
}

.carousel-slide .slide-title
{
    font-size:1.2em;
    margin-bottom:0!important;
}

.carousel-slide .edit
{
    position:absolute;
    right:10px;
    top:10px;
    text-decoration:none;
    color:#777;
}

.carousel-slide .edit:hover
{
    color:#555;
}

.carousel-slide .edit-slide-wrap
{
    border-top:1px solid #dbdbdb;
    margin-top:10px;
    display:none;
}

.carousel-slide fieldset
{
    margin-top:10px;
    border:1px solid #c1c1c1;
    padding:10px;
    background-color:rgba( 255, 255, 255, .6 );
    position:relative;
}

.carousel-slide fieldset a.delete
{
    color:#EA2323;
    position:absolute;
    right:10px;
    bottom:10px;
}

.carousel-slide fieldset p.submit
{
    margin-bottom:0;
}

.carousel-slide fieldset input
{
    border:1px solid #919191;
}

.carousel-slide fieldset textarea
{
    border:1px solid #919191;
}

#carousel-notices p.error {
    background-color:#FFEFEF;
    color:#B50000;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    padding:10px;
    border:1px solid #B50000;
}

#carousel-notices p.success {
    background-color:#DDFFE2;
    color:#009316;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    padding:10px;
    border:1px solid #009316;
}

#slideshow-notices p.error {
    background-color:#FFEFEF;
    color:#B50000;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    padding:10px;
    border:1px solid #B50000;
}

#slideshow-notices p.success {
    background-color:#DDFFE2;
    color:#009316;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    padding:10px;
    border:1px solid #009316;
}
