﻿/* infinite carousel */
#innercarousel
{
    margin: 0;

    padding: 0;  
}
#outercarousel
{
    margin: 0 auto;

    padding: 0; position:relative;
}
#innercarousel ul
{
    list-style: none;

    margin: 0;
    padding: 0;
    position: relative;
}
#innercarousel li
{
    display: inline;
    float: left;
}
#innercarousel .textholder
{
    text-align: left;
    font-size: 12px;
    padding: 6px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;  color:#ca5194;
}
#outercarousel .thumb {color:#000; border:solid 4px #fff; }
#outercarousel .thumbselected{color:#000; border:solid 4px #ca5194;}

.carouseltop{ height:33px; background-color:Transparent; background-image:url('img/positions/body/carouseltop.png'); background-position:left top; background-repeat:no-repeat; text-align:right; color:#fff; padding-right:20px; font-size:15px; font-weight:bold;}
/*Reorder List*/
.dragHandle
{
    width: 15px;
    height: 15px;
    background-color: #8e1e5b;
    cursor: move;
    border: outset thin white;
    margin-right: 5px;
}

.callbackStyle
{
    background-color: #222;
}

.callbackStyle table
{
    color: #8e1e5b;
    margin: 5px 0 5px 0;
    padding: 0;
    width: 100%;
}


.reorderList ul
{
    margin: 0;
    padding: 0;
}

.reorderList li
{
    list-style: none;
    margin: 0;
    
}

.dragVisualContainer li
{
    list-style: none;
    
}

.reorderList li a
{
   
   
}

.reorderCue
{
    background-color:  #8e1e59;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

.tellafriend{   border-collapse:collapse;background-image:none; background-color:#c45f97; background-position:left top; background-repeat:no-repeat;margin-bottom:20px; margin-top:20px; vertical-align:top; border: outset  2px white;}
.tellafriendback{ -moz-opacity:.70; filter:alpha(opacity=70); opacity:.70; background-color:#000; }
