.c_presentation
{
    font-size: 100%;
}

.c_presentation img
{
    border: 0;   
}

.c_presentation .presentation
{
    margin-top: 10px;   
    padding-bottom: 10px;
    min-height: 99px;
    border-bottom: 1px solid #eee;
    height: expression( this.scrollHeight < 100 ? "99" : "auto" ); /* sets min-height for IE */
    
	position: relative;
}

.c_presentation .thumbnails .presentation
{
    margin-top: 10px;
    float: left; min-height: 0;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 6px;
    padding-bottom: 0;
    border-bottom: 0;
}

.c_presentation .side
{
	position: absolute; top: 0px; left: 0;
    padding: 0; margin: 0;
    cursor: hand; cursor: pointer;
    padding-top: 3px;
}

.c_presentation .thumbnails .presentation .side
{
    position: relative;
    float: none;
    top: 0;
    padding-top: 0;
}

.c_presentation .side .play
{
    position: absolute;
    top: 0; 
    left: 0; 
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
}

.c_presentation .side .corners
{ 
}


.c_presentation .content
{
	position: relative; top: 0; left: 0;
    margin-left: 135px; 
}

.c_presentation .thumbnails .content
{
    width: 125px;
    font-size: 80%;
    margin-left: 0;
}

.c_presentation .no_thumbnail
{
    margin-left: 0 !important;
}

.c_presentation .content .title
{
    font-size: 90%;
    border-bottom: 2px solid White;
    margin: 0; padding: 0;
}

.c_presentation .content .title a
{
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid White;
}

.c_presentation .content .title a:hover
{
    border-bottom: 2px solid #ddd;
    
}

.c_presentation .content .presenters
{
    font-size: 70%;
    color: #aaa;
    margin-top: 4px;
}

.c_presentation .content .presenters a
{
    color: Black;
}

.c_presentation .content .description
{
    font-size: 75%;
    color: #333;   
    margin-top: 2px;
    border-bottom: 2px solid White;
}

.c_presentation .content .bullet
{
	margin: 3px;	
}

.c_presentation .content .mini_bullet
{
	width: 2px;
	height: 2px;
	background-color: #bbb;
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 5px; margin-right: 2px;
}


.c_presentation .content .mini_box
{
	display: inline-block;
}

.c_presentation .content .mini_box span
{
	
}